Remove references to Skia's SVN repository
BUG=
R=epoger@google.com
Review URL: https://codereview.chromium.org/132423002
git-svn-id: http://skia.googlecode.com/svn/trunk@13006 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/bench_analyze.py b/bench/bench_analyze.py
index 74751cb..0e873b5 100755
--- a/bench/bench_analyze.py
+++ b/bench/bench_analyze.py
@@ -55,10 +55,10 @@
# Output HTML elements and templates.
HTML_HEAD = ('<html><head><title>Skia Bench Expected Ranges</title>'
- '<script type="text/javascript" src="https://skia.googlecode.com/'
- 'svn/buildbot/dygraph-combined.js"></script></head><body>Please '
- 'adjust values as appropriate and update benches to monitor in '
- 'bench/bench_expectations.txt.<br><br>')
+ '<script type="text/javascript" src="https://raw.github.com/google'
+ '/skia-buildbot/master/dygraph-combined.js"></script></head><body>'
+ 'Please adjust values as appropriate and update benches to monitor'
+ ' in bench/bench_expectations.txt.<br><br>')
HTML_SUFFIX = '</body></html>'
GRAPH_PREFIX = ('<br>%s<br><div id="%s" style="width:400px;height:200px"></div>'
'<script type="text/javascript">g%s=new Dygraph('