Fix links to skia-buildbot code in preparation for deletion
authorborenet <borenet@google.com>
Tue, 14 Oct 2014 11:44:44 +0000 (04:44 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 14 Oct 2014 11:44:44 +0000 (04:44 -0700)
BUG=skia:761

Review URL: https://codereview.chromium.org/655643002

Doxyfile
expectations/gm/view-platform.html

index 8a8bf16..3497e27 100644 (file)
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,5 +1,5 @@
 # Configuration used by
-# https://skia.googlesource.com/buildbot/+/master/slave/skia_slave_scripts/generate_doxygen.py
+# https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
 # to generate our Doxygen docs, which are then uploaded to
 # http://chromium-skia-gm.commondatastorage.googleapis.com/doxygen/doxygen/html/index.html
 
@@ -8,7 +8,7 @@ PROJECT_NAME = skia
 PROJECT_BRIEF = 2D Graphics Library
 
 # These lines are overridden by
-# https://skia.googlesource.com/buildbot/+/master/slave/skia_slave_scripts/generate_doxygen.py ,
+# https://chromium.googlesource.com/chromium/tools/build/+/0f611b202b0e/scripts/slave/recipe_modules/skia/resources/generate_and_upload_doxygen.py
 # but they are needed in case someone wants to generate the doxygen manually
 # for some reason.
 OUTPUT_DIRECTORY = ../docs
index 5e370ad..d8ff7ed 100644 (file)
@@ -143,7 +143,7 @@ resolved, we should use similar techniques to populate this list automatically.
 
   <!-- TODO(epoger): Can we get the base URLs (commondatastorage and
        issues list) from
-       https://skia.googlesource.com/buildbot/+/master/site_config/global_variables.json ?
+       https://skia.googlesource.com/buildbot/+/3de60f3003e3/site_config/global_variables.json ?
        I tried importing the
        http://skia.googlecode.com/svn/buildbot/skia_tools.js script and using
        that to do so, but I got Access-Control-Allow-Origin errors.