From e600bcdf5556b0e01bdc200748ff881c4d094bc2 Mon Sep 17 00:00:00 2001 From: "Panagiotis H.M. Issaris" Date: Fri, 6 Oct 2023 13:40:59 +0200 Subject: [PATCH] Use the correct URL for the change log --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03b24810..37f6b5c0 100644 --- a/setup.py +++ b/setup.py @@ -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',