summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 19:10:35 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-27 19:10:35 +0000
commit01ce7c91bc987c620be3620836f2151ecdb8acff (patch)
tree89fbf6d5414fc449c2c729a00d8d3af938ee0e5e /chrome/test
parent5640e1ad1eccb7e7f6c966f3a50726942d5b1804 (diff)
downloadchromium_src-01ce7c91bc987c620be3620836f2151ecdb8acff.zip
chromium_src-01ce7c91bc987c620be3620836f2151ecdb8acff.tar.gz
chromium_src-01ce7c91bc987c620be3620836f2151ecdb8acff.tar.bz2
Fix references to pyauto doc urls
dev.chromium.org was restructured recently. Review URL: http://codereview.chromium.org/3229001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57714 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/pyautolib/pyauto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/pyautolib/pyauto.py b/chrome/test/pyautolib/pyauto.py
index 18fcf10..555deb0 100644
--- a/chrome/test/pyautolib/pyauto.py
+++ b/chrome/test/pyautolib/pyauto.py
@@ -10,7 +10,7 @@ PyAuto uses swig to expose Automation Proxy interfaces to Python.
For complete documentation on the functionality available,
run pydoc on this file.
-Ref: http://dev.chromium.org/developers/pyauto
+Ref: http://dev.chromium.org/developers/testing/pyauto
Include the following in your PyAuto test script to make it run standalone.