This is an automated email from the ASF dual-hosted git repository.

potiuk 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 e9c46a3a6fe Add link to precommit tool install guide (#49200)
e9c46a3a6fe is described below

commit e9c46a3a6fea54dbc8852f84897a9914df6d855c
Author: Artour <[email protected]>
AuthorDate: Mon Apr 14 02:10:17 2025 -0700

    Add link to precommit tool install guide (#49200)
    
    * Add link to precommit tool install guide
    
    * Fix pre-commit guide link path
    
    ---------
    
    Co-authored-by: Arthur Chen <[email protected]>
---
 contributing-docs/04_how_to_contribute.rst | 2 +-
 contributing-docs/09_testing.rst           | 2 +-
 dev/breeze/doc/03_developer_tasks.rst      | 4 ++++
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/contributing-docs/04_how_to_contribute.rst 
b/contributing-docs/04_how_to_contribute.rst
index 4c8f6ff59b0..e9b470eda0b 100644
--- a/contributing-docs/04_how_to_contribute.rst
+++ b/contributing-docs/04_how_to_contribute.rst
@@ -82,7 +82,7 @@ Airflow could always use better documentation, whether as 
part of the official
 Airflow docs, in docstrings, ``docs/*.rst`` or even on the web as blog posts or
 articles.
 
-See the `Docs README 
<https://github.com/apache/airflow/blob/main/docs/README.rst>`__ for more 
information about contributing to Airflow docs.
+See the `Docs README 
<https://github.com/apache/airflow/blob/main/docs/README.md>`__ for more 
information about contributing to Airflow docs.
 
 Submit Feedback
 ---------------
diff --git a/contributing-docs/09_testing.rst b/contributing-docs/09_testing.rst
index 06d1d6a880a..7496acb1c47 100644
--- a/contributing-docs/09_testing.rst
+++ b/contributing-docs/09_testing.rst
@@ -57,7 +57,7 @@ You can also run other kinds of tests when you are developing 
airflow packages:
 
 ------
 
-You can learn how to `build documentation <../docs/README.rst>`__ as you will 
likely need to update
+You can learn how to `build documentation <../docs/README.md>`__ as you will 
likely need to update
 documentation as part of your PR.
 
 You can also learn about `working with git <10_working_with_git.rst>`__ as you 
will need to understand how
diff --git a/dev/breeze/doc/03_developer_tasks.rst 
b/dev/breeze/doc/03_developer_tasks.rst
index 3b49398395a..975b7adfd5a 100644
--- a/dev/breeze/doc/03_developer_tasks.rst
+++ b/dev/breeze/doc/03_developer_tasks.rst
@@ -425,6 +425,10 @@ command takes care about it. This is needed when you want 
to run webserver insid
   :width: 100%
   :alt: Breeze compile-ui-assets
 
+Note
+
+This command requires the ``pre-commit`` tool, which should be installed by 
following `this guide 
<../../../contributing-docs/03_contributors_quick_start.rst#configuring-pre-commit>`__.
+
 Breeze cleanup
 --------------
 

Reply via email to