mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 01:05:07 +01:00
Update symbol file documentation links.
These locations have changed since the move from Google Code. R=ted.mielczarek@gmail.com BUG=https://bugzilla.mozilla.org/show_bug.cgi?id=1275630
This commit is contained in:
parent
a34c929f6f
commit
c65ed6573e
4 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ class SymbolFileParser(object):
|
|||
"""Parser for Breakpad symbol files.
|
||||
|
||||
The format of these files is documented at
|
||||
https://code.google.com/p/google-breakpad/wiki/SymbolFiles
|
||||
https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md
|
||||
"""
|
||||
|
||||
def __init__(self, input_stream, output_stream, ignored_prefixes=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue