]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
fix redirect isort repo
authorYurii Motov <yurii.motov.monte@gmail.com>
Fri, 10 Jul 2026 17:05:24 +0000 (19:05 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Fri, 10 Jul 2026 17:05:24 +0000 (19:05 +0200)
docs/en/docs/alternatives.md

index 2aa4e48b92f19f8a1526f8d8c89194a3dd909e52..011f6c231edc4766e98fe8786ba83dd547582162 100644 (file)
@@ -337,7 +337,7 @@ As it is based on the previous standard for synchronous Python web frameworks (W
 
 /// note
 
-Hug was created by Timothy Crosley, the same creator of [`isort`](https://github.com/timothycrosley/isort), a great tool to automatically sort imports in Python files.
+Hug was created by Timothy Crosley, the same creator of [`isort`](https://github.com/PyCQA/isort), a great tool to automatically sort imports in Python files.
 
 ///