This is an automated email from the ASF dual-hosted git repository.
shahar1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 853d84ed950 Fix contributing-docs broken links (#68655)
853d84ed950 is described below
commit 853d84ed950174c2904345f96b6fb64073d5fc1f
Author: Chen Yen-Ting <[email protected]>
AuthorDate: Wed Jun 17 13:03:14 2026 +0800
Fix contributing-docs broken links (#68655)
---
contributing-docs/01_roles_in_airflow_project.rst | 6 +++---
contributing-docs/02_how_to_communicate.rst | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/contributing-docs/01_roles_in_airflow_project.rst
b/contributing-docs/01_roles_in_airflow_project.rst
index 70db9197965..c7d28a75fe5 100644
--- a/contributing-docs/01_roles_in_airflow_project.rst
+++ b/contributing-docs/01_roles_in_airflow_project.rst
@@ -55,7 +55,7 @@ The official list of committers can be found `here
<https://airflow.apache.org/d
Committers are responsible for:
-* Championing one or more items on the `Roadmap
<https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Home>`__
+* Championing one or more items on the `Roadmap
<https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Wiki>`__
* Reviewing & Merging Pull-Requests
* Scanning and responding to GitHub issues
* Responding to questions on the dev mailing list ([email protected])
@@ -64,7 +64,7 @@ Release managers
----------------
The task of release managers is to prepare and release Airflow artifacts
(airflow, providers, Helm Chart, Python client).
-The release managers are usually PMC members and the process of releasing is
described in the `dev <dev>`__
+The release managers are usually PMC members and the process of releasing is
described in the `dev <../dev/README.md>`__
documentation where we keep information and tools used for releasing.
Contributors
@@ -77,7 +77,7 @@ Contributors are responsible for:
* Fixing bugs
* Adding features
-* Championing one or more items on the `Roadmap
<https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Home>`__.
+* Championing one or more items on the `Roadmap
<https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Wiki>`__.
Security Team
-------------
diff --git a/contributing-docs/02_how_to_communicate.rst
b/contributing-docs/02_how_to_communicate.rst
index ae340892fff..cea6e960206 100644
--- a/contributing-docs/02_how_to_communicate.rst
+++ b/contributing-docs/02_how_to_communicate.rst
@@ -49,7 +49,7 @@ You can join the channels via links at the `Airflow Community
page <https://airf
* general issues, asking community for opinion
* discussing proposals
* voting
-* The `Airflow CWiki
<https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Home?src=breadcrumbs>`_
for:
+* The `Airflow CWiki
<https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Wiki?src=breadcrumbs>`_
for:
* detailed discussions on big proposals (Airflow Improvement Proposals also
name AIPs)
* GitHub `Pull Requests (PRs) <https://github.com/apache/airflow/pulls>`_ for:
* discussing implementation details of PRs