From c0941585ac0f204cde4a0b2cd542701a64d3d05a Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Thu, 22 Jun 2023 12:46:07 +0530 Subject: [PATCH] Fix incorrect URL for project's Changelog 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 cf3be136..74563b07 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 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy