Index: tools/bisect-builds.py |
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py |
index 148e26ef92b5ae494424ac969f102bc191606618..f214529a2b3baf6cb265c9c73856428529ed8f14 100755 |
--- a/tools/bisect-builds.py |
+++ b/tools/bisect-builds.py |
@@ -38,7 +38,7 @@ BUILD_EXE_NAME = '' |
BUILD_VIEWVC_URL = 'http://src.chromium.org/viewvc/chrome?view=rev&revision=%d' |
# Changelogs URL |
-CHANGELOG_URL = 'http://build.chromium.org/buildbot/' \ |
+CHANGELOG_URL = 'http://build.chromium.org/f/chromium/' \ |
'perf/dashboard/ui/changelog.html?url=/trunk/src&range=%d:%d' |
############################################################################### |