Skip to content

Commit 93044d8

Browse files
authored
Fix incorrect URL for project's Changelog (#88)
On clicking the Changelog in the sidebar for the project's pypi listing on https://pypi.org/project/apache-airflow-client/ it says Not Found. The commit correct's this URL to point to the correct Changelog file in main for the repo.
1 parent dddb7a5 commit 93044d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license_files =
3232
NOTICE
3333
project_urls =
3434
Documentation=https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html
35-
Changelog=https://github.com/apache/airflow-client-python/CHANGELOG.md
35+
Changelog=https://github.com/apache/airflow-client-python/blob/main/CHANGELOG.md
3636
Bug Tracker=https://github.com/apache/airflow-client-python/issues
3737
Source Code=https://github.com/apache/airflow-client-python
3838

0 commit comments

Comments
 (0)