Skip to content

Commit 61aa541

Browse files
committed
python: Fixing the link to the project home page in the package description
1 parent f1cfd59 commit 61aa541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'version': "2.45.0",
3535
'description': 'Python bindings for Selenium',
3636
'long_description': open(join(abspath(dirname(__file__)), "py", "README")).read(),
37-
'url': 'http://code.google.com/p/selenium/',
37+
'url': 'https://github.com/SeleniumHQ/selenium/',
3838
'classifiers': ['Development Status :: 5 - Production/Stable',
3939
'Intended Audience :: Developers',
4040
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)