From: Yurii Motov Date: Fri, 10 Jul 2026 17:05:24 +0000 (+0200) Subject: fix redirect isort repo X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afd1b811d9d0f8edc1ac2791999ec74f48f4c02e;p=thirdparty%2Ffastapi%2Ffastapi.git fix redirect isort repo --- diff --git a/docs/en/docs/alternatives.md b/docs/en/docs/alternatives.md index 2aa4e48b92..011f6c231e 100644 --- a/docs/en/docs/alternatives.md +++ b/docs/en/docs/alternatives.md @@ -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. ///