diff options
-rw-r--r-- | chrome/chrome_tests.gypi | 2 | ||||
-rw-r--r-- | chrome/test/pyautolib/pyauto.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 9d096fb..5fb20c2 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2631,7 +2631,7 @@ 'and (target_arch!="x64" or linux_fpic==1))', { 'targets': [ { - # Documentation: http://dev.chromium.org/developers/pyauto + # Documentation: http://dev.chromium.org/developers/testing/pyauto 'target_name': 'pyautolib', 'type': 'shared_library', 'product_prefix': '_', 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. |