Index: tools/bisect-builds.py |
diff --git a/tools/bisect-builds.py b/tools/bisect-builds.py |
index a73978f3ef481fdfd30ddbbab1b8718475295129..307a7b99f3a1ecf82e3ad9893d66a656617beb3c 100755 |
--- a/tools/bisect-builds.py |
+++ b/tools/bisect-builds.py |
@@ -16,7 +16,7 @@ it will ask you whether it is good or bad before continuing the search. |
BASE_URL = 'http://commondatastorage.googleapis.com/chromium-browser-snapshots' |
# The root URL for official builds. |
-OFFICIAL_BASE_URL = 'http://chrome4linux.mtv.corp.google.com/archives' |
+OFFICIAL_BASE_URL = 'http://master.chrome.corp.google.com/official_builds' |
# Changelogs URL. |
CHANGELOG_URL = 'http://build.chromium.org/f/chromium/' \ |