summaryrefslogtreecommitdiff
path: root/docs/quick_start/0.-try.md
diff options
context:
space:
mode:
authorTamas Szabo <szabtam@gmail.com>2020-08-25 09:21:13 +0300
committerTamas Szabo <szabtam@gmail.com>2020-08-25 09:21:13 +0300
commitef5cdee0974c3403ee4e576e0f325f7746cc7553 (patch)
treec6b08b3cb6d6178b7cc6b1bd9ad63b575e0195c4 /docs/quick_start/0.-try.md
parent8e0ee9866c8f282786dfd94b127da69e0e13b30f (diff)
downloadisort-ef5cdee0974c3403ee4e576e0f325f7746cc7553.tar.gz
Update timothycrosley references to pycqa
Diffstat (limited to 'docs/quick_start/0.-try.md')
-rw-r--r--docs/quick_start/0.-try.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/quick_start/0.-try.md b/docs/quick_start/0.-try.md
index d2c32f6f..61fae153 100644
--- a/docs/quick_start/0.-try.md
+++ b/docs/quick_start/0.-try.md
@@ -13,7 +13,7 @@ Use our live isort editor to see how isort can help improve the formatting of yo
</script>
<script src="https://pyodide-cdn2.iodide.io/v0.15.0/full/pyodide.js"></script>
<script src="https://pagecdn.io/lib/ace/1.4.5/ace.js" integrity="sha256-5Xkhn3k/1rbXB+Q/DX/2RuAtaB4dRRyQvMs83prFjpM=" crossorigin="anonymous"></script>
-<link rel="stylesheet" type="text/css" href="https://timothycrosley.github.io/isort/docs/quick_start/interactive.css">
+<link rel="stylesheet" type="text/css" href="https://pycqa.github.io/isort/docs/quick_start/interactive.css">
</head>
@@ -32,7 +32,7 @@ import b, a
<div id="outputEditor" class="editor">Loading...</div>
<div>
-&nbsp;Configuration (Note: the below must follow JSON format). Full configuration guide is <a href="https://timothycrosley.github.io/isort/docs/configuration/options/">here</a>:
+&nbsp;Configuration (Note: the below must follow JSON format). Full configuration guide is <a href="https://pycqa.github.io/isort/docs/configuration/options/">here</a>:
<div id="configEditor" class="configurator">{"line_length": 80,
"profile": "black",
@@ -43,8 +43,8 @@ import b, a
</div>
</div>
-<script src="https://timothycrosley.github.io/isort/docs/quick_start/interactive.js"></script>
+<script src="https://pycqa.github.io/isort/docs/quick_start/interactive.js"></script>
<div style="clear:both;"></div>
Like what you saw? Installing isort to use locally is as simple as `pip3 install isort`.
-[Click here for full installation instructions.](https://timothycrosley.github.io/isort/docs/quick_start/1.-install/)
+[Click here for full installation instructions.](https://pycqa.github.io/isort/docs/quick_start/1.-install/)