Skip to content

Commit 6f42a66

Browse files
Fix links
1 parent ee53d09 commit 6f42a66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ isort will disagree but commit to your way of formatting. To enable this, isort
55
how you want your imports sorted, organized, and formatted.
66

77
Too busy to build your perfect isort configuration? For curated common configurations, see isort's [built-in
8-
profiles](https://pycqa.github.io/isort/docs/configuration/profiles/).
8+
profiles](https://pycqa.github.io/isort/docs/configuration/profiles.html).
99

1010
## Python Version
1111

scripts/build_config_option_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
how you want your imports sorted, organized, and formatted.
2323
2424
Too busy to build your perfect isort configuration? For curated common configurations, see isort's [built-in
25-
profiles](https://pycqa.github.io/isort/docs/configuration/profiles/).
25+
profiles](https://pycqa.github.io/isort/docs/configuration/profiles.html).
2626
"""
2727
parser = _build_arg_parser()
2828

0 commit comments

Comments
 (0)