This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 4ec2f261e8f3fdb9d3a2cbf57427582d49172ffb
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 12:34:53 2026 +0100
[v3-1-test] Fix Doc Link to Providers Page (#60277) (#60288)
(cherry picked from commit 9b81c4330a5274d1fdf518dd9e13b066618380d6)
Co-authored-by: fritz-astronomer
<[email protected]>
---
providers-summary-docs/index.rst | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/providers-summary-docs/index.rst b/providers-summary-docs/index.rst
index d6efb80f92a..3b26bf877a9 100644
--- a/providers-summary-docs/index.rst
+++ b/providers-summary-docs/index.rst
@@ -36,12 +36,14 @@ written by the community, so you can release and share
those providers with othe
If you want to learn how to build your own custom provider, you can find all
the information about it at
:doc:`/howto/create-custom-providers`.
+.. note::
+
+ The full list of all the community managed providers is available at
+ `Providers Index <https://airflow.apache.org/docs/#providers-packages>`_.
-The full list of all the community managed providers is available at
-`Providers Index
<https://airflow.apache.org/docs/#providers-packages-docs-apache-airflow-providers-index-html>`_.
+ You can also see index of all the community provider's operators and hooks in
+ :doc:`/operators-and-hooks-ref/index`
-You can also see index of all the community provider's operators and hooks in
-:doc:`/operators-and-hooks-ref/index`
Extending Airflow core functionality
------------------------------------