Fix link to static checks in CONTRIBUTING.rst (#11271)

This commit is contained in:
Kamil Breguła 2020-10-05 09:08:54 +02:00 коммит произвёл GitHub
Родитель a4478f5665
Коммит 1180f1ba42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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``.