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")