You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/11/14 00:39:53 UTC

[airflow] 09/16: Fix link to static checks in CONTRIBUTING.rst (#11271)

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

potiuk pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 11a4e2240dbfcdba04afd24d2d0361491220ee68
Author: Kamil BreguĊ‚a <mi...@users.noreply.github.com>
AuthorDate: Mon Oct 5 09:08:54 2020 +0200

    Fix link to static checks in CONTRIBUTING.rst (#11271)
    
    (cherry picked from commit 1180f1ba4284cfa167b8e4dcb21f90f251812d68)
---
 CONTRIBUTING.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 7af8813..85558f3 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -341,7 +341,7 @@ Step 4: Prepare PR
 
    * Run the tests in `Breeze <TESTING.rst#running-unit-tests-inside-breeze>`__.
 
-   * Run and fix all the `static checks <STATIC_CODE_CHECKS>`__. If you have
+   * Run and fix all the `static checks <STATIC_CODE_CHECKS.rst>`__. If you have
      `pre-commits installed <STATIC_CODE_CHECKS.rst#pre-commit-hooks>`__,
      this step is automatically run while you are committing your code. If not, you can do it manually
      via ``git add`` and then ``pre-commit run``.