Use the correct URL for the change log

This commit is contained in:
Panagiotis H.M. Issaris 2023-10-06 13:40:59 +02:00
parent 06040d2b05
commit e600bcdf55

View File

@ -562,7 +562,7 @@ setup(name="psycopg2",
ext_modules=ext,
project_urls={
'Homepage': 'https://psycopg.org/',
'Changes': 'https://github.com/psycopg/psycopg2/blob/master/NEWS',
'Changes': 'https://www.psycopg.org/docs/news.html',
'Documentation': 'https://www.psycopg.org/docs/',
'Code': 'https://github.com/psycopg/psycopg2',
'Issue Tracker': 'https://github.com/psycopg/psycopg2/issues',