From 4e2a7bbbe13c9a5926fae060c62bf06993eb6657 Mon Sep 17 00:00:00 2001 From: Patrick Wehbe Date: Sat, 20 Jun 2026 22:52:22 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20renamed=20GitHub=20repo?= =?UTF-8?q?=20URLs=20for=20`isort`=20and=20`ujson`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/docs/alternatives.md | 2 +- docs/en/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/alternatives.md b/docs/en/docs/alternatives.md index d4942a37b..87390a5db 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. /// diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 7baeaab26..27d3e19e9 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -578,7 +578,7 @@ Additional optional Pydantic dependencies: Additional optional FastAPI dependencies: * [`orjson`](https://github.com/ijl/orjson) - Required if you want to use `ORJSONResponse`. -* [`ujson`](https://github.com/esnme/ultrajson) - Required if you want to use `UJSONResponse`. +* [`ujson`](https://github.com/ultrajson/ultrajson) - Required if you want to use `UJSONResponse`. ## License { #license }