You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/06/22 08:31:53 UTC

[airflow-client-python] branch main updated: Fix incorrect URL for project's Changelog (#88)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 93044d8  Fix incorrect URL for project's Changelog (#88)
93044d8 is described below

commit 93044d82400805cdd1d1d5e0dbe2fbf6fc786dc0
Author: Pankaj Koti <pa...@gmail.com>
AuthorDate: Thu Jun 22 14:01:47 2023 +0530

    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.
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index cf3be13..74563b0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,7 +32,7 @@ license_files =
    NOTICE
 project_urls =
     Documentation=https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html
-    Changelog=https://github.com/apache/airflow-client-python/CHANGELOG.md
+    Changelog=https://github.com/apache/airflow-client-python/blob/main/CHANGELOG.md
     Bug Tracker=https://github.com/apache/airflow-client-python/issues
     Source Code=https://github.com/apache/airflow-client-python