Skip to content

Commit b779136

Browse files
committed
Fix broken links
1 parent 5021fcc commit b779136

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/developer_guide/modules/nox_tasks.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ nox_tasks
44
lint:import (experimental)
55
__________________________
66

7-
`Import Linter <https://import-linter.readthedocs.io/en/stable/readme.html>`_
7+
`Import Linter <https://import-linter.readthedocs.io/en/stable/>`_
88
allows you to define and enforce rules for the imports within and between Python packages.
99

1010
.. important::
1111

1212
First configure the linter in file :code:`.import_linter_config`, see
13-
`import-linter top-level-configuration <https://import-linter.readthedocs.io/en/stable/usage.html#top-level-configuration>`_
14-
and `import-linter contract types <https://import-linter.readthedocs.io/en/stable/contract_types.html>`_
15-
13+
`import-linter top-level-configuration <https://import-linter.readthedocs.io/en/stable/get_started/configure/>`_
14+
and `import-linter contract types <https://import-linter.readthedocs.io/en/stable/contract_types/>`_

0 commit comments

Comments
 (0)