Skip to content

Commit a6efa53

Browse files
Fix broken link in contributors doc on providers (#53344)
1 parent 9d944c1 commit a6efa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing-docs/12_provider_distributions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ there where you should add and remove dependencies for providers (following by r
169169
of Airflow).
170170

171171
The ``provider.yaml`` file is compliant with the schema that is available in
172-
`json-schema specification <https://github.com/apache/airflow/blob/main/airflow/provider.yaml.schema.json>`_.
172+
`json-schema specification <https://github.com/apache/airflow/blob/main/airflow-core/src/airflow/provider.yaml.schema.json>`_.
173173

174174
Thanks to that mechanism, you can develop community managed providers in a seamless way directly from
175175
Airflow sources, without preparing and releasing them as distributions separately, which would be rather

0 commit comments

Comments
 (0)