From 4664fe02ccfa1527866515f80ab14cdb6cad3ce9 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Fri, 5 Aug 2022 07:42:13 -0500 Subject: [PATCH] build(setup.py): Update documentation project_url --- py/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/setup.py b/py/setup.py index 4d89ae387dba3..eeb0f291d3163 100755 --- a/py/setup.py +++ b/py/setup.py @@ -35,7 +35,7 @@ 'project_urls': { 'Bug Tracker': 'https://github.com/SeleniumHQ/selenium/issues', 'Changes': 'https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES', - 'Documentation': 'https://seleniumhq.github.io/selenium/docs/api/py/api.html', + 'Documentation': 'https://www.selenium.dev/documentation/overview/', 'Source Code': 'https://github.com/SeleniumHQ/selenium/tree/trunk/py', }, 'python_requires': '~=3.7',