commit | 6f4a3833160579e5fdde94210bad39a40ed95cc4 | [log] [tgz] |
---|---|---|
author | Patrick Beart <[email protected]> | Wed Oct 02 16:37:29 2019 |
committer | Alexei Barantsev <[email protected]> | Thu Oct 03 19:00:12 2019 |
tree | 1f2e9f61bb7b25b299e0e6b7adfc3132a221c368 | |
parent | daae7784c1499245cca46f51c8bfcdd7a08790fe [diff] |
Fixed references to chromedriver website Changed all references to the chromedriver project Google Sites URL (https://sites.google.com/a/chromium.org/chromedriver/) to be to the project's actual domain and official site, https://chromedriver.chromium.org/. Fixes #7630 Signed-off-by: Alexei Barantsev <[email protected]> Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium Cr-Mirrored-Commit: 0d2a9b4844bc0ae6e17cd9d32b344a770f3b4878
diff --git a/docs/source/index.rst b/docs/source/index.rst index faa493c..4efbb9c 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst
@@ -52,7 +52,7 @@ Other supported browsers will have their own drivers available. Links to some of the more popular browser drivers follow. +--------------+-----------------------------------------------------------------------+ -| **Chrome**: | https://sites.google.com/a/chromium.org/chromedriver/downloads | +| **Chrome**: | https://chromedriver.chromium.org/downloads | +--------------+-----------------------------------------------------------------------+ | **Edge**: | https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ | +--------------+-----------------------------------------------------------------------+
diff --git a/selenium/webdriver/chrome/service.py b/selenium/webdriver/chrome/service.py index 2554e23..e5681b9 100644 --- a/selenium/webdriver/chrome/service.py +++ b/selenium/webdriver/chrome/service.py
@@ -40,4 +40,4 @@ service_args, log_path, env, - "Please see https://sites.google.com/a/chromium.org/chromedriver/home") + "Please see https://chromedriver.chromium.org/home")