From e40bef1fdc55a9130e28a19318ac225e5f36702e Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 14 Jul 2025 14:17:11 -0400 Subject: [PATCH] [v3-0-test] Fix broken link in contributors doc on providers (#53344) (cherry picked from commit a6efa53040c43dbf2903cb667116ed162916e041) Co-authored-by: Zach --- contributing-docs/12_provider_distributions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-docs/12_provider_distributions.rst b/contributing-docs/12_provider_distributions.rst index bf14b56aca014..f85f1daa4ba7f 100644 --- a/contributing-docs/12_provider_distributions.rst +++ b/contributing-docs/12_provider_distributions.rst @@ -169,7 +169,7 @@ there where you should add and remove dependencies for providers (following by r of Airflow). The ``provider.yaml`` file is compliant with the schema that is available in -`json-schema specification `_. +`json-schema specification `_. Thanks to that mechanism, you can develop community managed providers in a seamless way directly from Airflow sources, without preparing and releasing them as distributions separately, which would be rather