aboutsummaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2016-06-10 06:29:06 -0400
committerTed Mielczarek <ted@mielczarek.org>2016-06-10 06:29:06 -0400
commitc65ed6573eb34a5bbfe13b6bd2e7f70cdd2ed541 (patch)
tree13cd78c2c7bd1537e32aa8cf53d0a3317911c125 /src/tools
parentlinux/android: add SIGTRAP to the list of signals handled by the client (diff)
downloadbreakpad-c65ed6573eb34a5bbfe13b6bd2e7f70cdd2ed541.tar.xz
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
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/python/filter_syms.py2
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,