diff --git a/setup.py b/setup.py index a161dab4..0ba5816e 100644 --- a/setup.py +++ b/setup.py @@ -385,7 +385,7 @@ def run(self): "See http://www.python.org/topics/database/DatabaseAPI-2.0.html.", author = "Anthony Tuininga", author_email = "anthony.tuininga@gmail.com", - url = "http://cx-oracle.sourceforge.net", + url = "https://oracle.github.io/python-cx_Oracle", ext_modules = [extension], keywords = "Oracle", license = "BSD License",