diff options
Diffstat (limited to 'src/tools/python')
-rw-r--r-- | src/tools/python/filter_syms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/python/filter_syms.py b/src/tools/python/filter_syms.py index 738cb3e9..abddf789 100644 --- a/src/tools/python/filter_syms.py +++ b/src/tools/python/filter_syms.py @@ -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, |