Skip to content

Commit 8c5b95c

Browse files
authored
docs: fix invalid contributing-docs link (apache#48990)
1 parent 5142a9a commit 8c5b95c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/news-fragment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
{
5151
printf "\033[1;33mMissing significant newsfragment for PR labeled with
5252
'airflow3.0:breaking'.\nCheck
53-
https://github.com/apache/airflow/blob/main/contributing-docs/16_contribution_workflow.rst
53+
https://github.com/apache/airflow/blob/main/contributing-docs/18_contribution_workflow.rst
5454
for guidance.\033[m\n"
5555
&&
5656
false

contributing-docs/03_contributors_quick_start.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ Contribution guide
747747

748748
.. |Workflow for a contribution| raw:: html
749749

750-
<a href="https://github.com/apache/airflow/blob/main/contributing-docs/16_contribution_workflow.rst" target="_blank">
750+
<a href="https://github.com/apache/airflow/blob/main/contributing-docs/18_contribution_workflow.rst" target="_blank">
751751
Workflow for a contribution</a>
752752

753753

contributing-docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ New Contributor
3434
If you are a new contributor, please follow the `Contributors Quick Start <03_contributors_quick_start.rst>`__
3535
guide for a step-by-step introduction to setting up the development environment and making your
3636
first contribution.
37-
We also suggest you to check out `Contribution Workflow <16_contribution_workflow.rst>`__ in order to get an overview of how to
37+
We also suggest you to check out `Contribution Workflow <18_contribution_workflow.rst>`__ in order to get an overview of how to
3838
contribute to Airflow.
3939

4040
If you are new to the project, you might need some help in understanding how the dynamics

dev/MANUALLY_GENERATING_IMAGE_CACHE_AND_CONSTRAINTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ merges to `main` branch builds (also known as `canary` builds) have separate mai
6565
take care about refreshing the cache that is used to speed up our builds and to speed up
6666
rebuilding of [Breeze](./breeze/doc/README.rst) images for development purpose. This is all happening automatically, usually:
6767

68-
* The latest [constraints](/contributing-docs/12_airflow_dependencies_and_extras.rst#pinned-constraint-files) are pushed to appropriate branch after all tests succeed in the
68+
* The latest [constraints](/contributing-docs/13_airflow_dependencies_and_extras.rst#pinned-constraint-files) are pushed to appropriate branch after all tests succeed in the
6969
`canary` build.
7070

7171
* The [images](breeze/doc/ci/02_images.md) in `ghcr.io` registry are refreshed early at the beginning of the

dev/breeze/doc/09_release_management_tasks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ Whenever ``pyproject.toml`` gets modified, the CI main job will re-generate cons
428428
files are stored in separated orphan branches: ``constraints-main``, ``constraints-2-0``.
429429

430430
Those are constraint files as described in detail in the
431-
`</contributing-docs/12_airflow_dependencies_and_extras.rst#pinned-constraint-files>`_ contributing documentation.
431+
`</contributing-docs/13_airflow_dependencies_and_extras.rst#pinned-constraint-files>`_ contributing documentation.
432432

433433

434434
You can use ``breeze release-management generate-constraints`` command to manually generate constraints for

providers-summary-docs/howto/create-custom-providers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ they define the extensions properly. See :doc:`apache-airflow:cli-and-env-variab
155155
sub-commands.
156156

157157
When you write your own provider, consider following the
158-
`Naming conventions for providers <https://github.com/apache/airflow/blob/main/contributing-docs/11_provider_distributions.rst#naming-conventions-for-provider-distributions>`_
158+
`Naming conventions for providers <https://github.com/apache/airflow/blob/main/contributing-docs/12_provider_distributions.rst#naming-conventions-for-provider-distributions>`_
159159

160160
Special considerations
161161
''''''''''''''''''''''

0 commit comments

Comments
 (0)