Skip to content

Commit

Permalink
Fix link to static checks in CONTRIBUTING.rst (apache#11271)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj authored Oct 5, 2020
1 parent a4478f5 commit 1180f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,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``.
Expand Down

0 comments on commit 1180f1b

Please sign in to comment.