From 7d95d0893e277543e6d8e74f21685f8ddead097a Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Tue, 17 Aug 2021 08:32:57 +0100
Subject: [PATCH] Issue #3228396 by paul121: Update link to ChromeDriver site

---
 core/tests/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/tests/README.md b/core/tests/README.md
index bba9136ae3f2..f88289f48ccc 100644
--- a/core/tests/README.md
+++ b/core/tests/README.md
@@ -41,7 +41,7 @@ to install the following additional software:
 
 * Google Chrome or Chromium browser
 * chromedriver (tested with version 2.45) -- see
-  https://sites.google.com/a/chromium.org/chromedriver/
+  https://sites.google.com/chromium.org/driver/
 * PHP 7.1 or higher
 
 ## Running tests
-- 
GitLab