convert to https URIs everywhere
Also convert some old crosbug.com links to crbug.com.
BUG=None
TEST=precq passes
Change-Id: I248f2f9c5a2009541b7b90f9201ca69d37c7843d
Reviewed-on: https://chromium-review.googlesource.com/1162652
Commit-Ready: Mike Frysinger <vapier@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Reviewed-by: Lann Martin <lannm@chromium.org>
diff --git a/scripts/cros_generate_breakpad_symbols.py b/scripts/cros_generate_breakpad_symbols.py
index e24bff7..97b84be 100644
--- a/scripts/cros_generate_breakpad_symbols.py
+++ b/scripts/cros_generate_breakpad_symbols.py
@@ -114,7 +114,7 @@
if result.returncode:
# Sometimes dump_syms can crash because there's too much info.
# Try dumping and stripping the extended stuff out. At least
- # this way we'll get the extended symbols. http://crbug.com/266064
+ # this way we'll get the extended symbols. https://crbug.com/266064
_CrashCheck(result.returncode, 'retrying w/out CFI')
cmd_args = ['-c', '-r'] + cmd_args
result = _DumpIt(cmd_args)