From 6ea30b455926973c5d016aee5a0a6168118b1665 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Fri, 10 Jul 2026 16:41:17 +0200 Subject: [PATCH] Fix redirect ultrajson --- README.md | 2 +- docs/en/docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 180735f04..3fa6bb299 100644 --- a/README.md +++ b/README.md @@ -532,7 +532,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 diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index bbec40c2d..7a1bb4a55 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 }