Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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