@@ -27,9 +27,9 @@ editors](https://github.com/pycqa/isort/wiki/isort-Plugins) to
2727quickly sort all your imports. It requires Python 3.10+ to run but
2828supports formatting Python 2 code too.
2929
30- - [ Try isort now from your browser!] ( ../ docs/quick_start/0.-try.md)
31- - [ Using black? See the isort and black compatibility guide.] ( ../ docs/configuration/black_compatibility.md)
32- - [ isort has official support for pre-commit!] ( ../ docs/configuration/pre-commit.md)
30+ - [ Try isort now from your browser!] ( docs/quick_start/0.-try.md )
31+ - [ Using black? See the isort and black compatibility guide.] ( docs/configuration/black_compatibility.md )
32+ - [ isort has official support for pre-commit!] ( docs/configuration/pre-commit.md )
3333
3434![ Example Usage] ( https://raw.github.com/pycqa/isort/main/example.gif )
3535
@@ -151,7 +151,7 @@ notified.
151151
152152You will notice above the \" multi\_ line\_ output\" setting. This setting
153153defines how from imports wrap when they extend past the line\_ length
154- limit and has [ 12 possible settings] ( ../ docs/configuration/multi_line_output_modes.md) .
154+ limit and has [ 12 possible settings] ( docs/configuration/multi_line_output_modes.md ) .
155155
156156## Indentation
157157
@@ -204,7 +204,7 @@ the `-e` option into the command line utility.
204204isort provides configuration options to change almost every aspect of how
205205imports are organized, ordered, or grouped together in sections.
206206
207- [ Click here] ( ../ docs/configuration/custom_sections_and_ordering.md) for an overview of all these options.
207+ [ Click here] ( docs/configuration/custom_sections_and_ordering.md ) for an overview of all these options.
208208
209209## Skip processing of imports (outside of configuration)
210210
@@ -241,7 +241,7 @@ import a
241241
242242isort can be ran or configured to add / remove imports automatically.
243243
244- [ See a complete guide here.] ( ../ docs/configuration/add_or_remove_imports.md)
244+ [ See a complete guide here.] ( docs/configuration/add_or_remove_imports.md )
245245
246246## Using isort to verify code
247247
@@ -272,7 +272,7 @@ project.
272272isort provides a hook function that can be integrated into your Git
273273pre-commit script to check Python code before committing.
274274
275- [ More info here.] ( ../ docs/configuration/git_hook.md)
275+ [ More info here.] ( docs/configuration/git_hook.md )
276276
277277## Spread the word
278278
0 commit comments