Index: tools/nanobench_flags.py |
diff --git a/tools/nanobench_flags.py b/tools/nanobench_flags.py |
index 471c1d92f8486c55a1c2f01f269856a3f7c104ae..2d5516f59d3b2a4cad7cff98aad9023b72ed0141 100755 |
--- a/tools/nanobench_flags.py |
+++ b/tools/nanobench_flags.py |
@@ -83,8 +83,8 @@ def get_args(bot): |
# the 32-bit GCE bots run out of memory in DM when running these large images |
# so defensively disable them in nanobench, too. |
# FIXME (scroggo): This may have just been due to SkImageDecoder's |
- # buildTileIndex leaking memory (skbug.com/4360). That is disabled by |
- # default for nanobench, so we may not need this. |
+ # buildTileIndex leaking memory (https://bug.skia.org/4360). That is |
+ # disabled by default for nanobench, so we may not need this. |
# FIXME (scroggo): Share image blacklists between dm and nanobench? |
if 'x86' in bot and not 'x86-64' in bot: |
match.append('~interlaced1.png') |