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',