From: Yurii Motov Date: Fri, 10 Jul 2026 14:32:32 +0000 (+0200) Subject: Fix redirect ReDoc X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d15a336b33514f4b5a62314adb8212df04e9c536;p=thirdparty%2Ffastapi%2Ffastapi.git Fix redirect ReDoc --- diff --git a/README.md b/README.md index f032a73d2e..616af4f85b 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ You will see the automatic interactive API documentation (provided by [Swagger U And now, go to [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc). -You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)): +You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Redocly/redoc)): ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png) diff --git a/docs/en/docs/alternatives.md b/docs/en/docs/alternatives.md index 24246a2316..d4d622b847 100644 --- a/docs/en/docs/alternatives.md +++ b/docs/en/docs/alternatives.md @@ -125,7 +125,7 @@ Adopt and use an open standard for API specifications, instead of a custom schem And integrate standards-based user interface tools: * [Swagger UI](https://github.com/swagger-api/swagger-ui) -* [ReDoc](https://github.com/Rebilly/ReDoc) +* [ReDoc](https://github.com/Redocly/redoc) These two were chosen for being fairly popular and stable, but doing a quick search, you could find dozens of alternative user interfaces for OpenAPI (that you can use with **FastAPI**). diff --git a/docs/en/docs/deployment/docker.md b/docs/en/docs/deployment/docker.md index bdc0351d03..2e200d8467 100644 --- a/docs/en/docs/deployment/docker.md +++ b/docs/en/docs/deployment/docker.md @@ -372,7 +372,7 @@ You will see the automatic interactive API documentation (provided by [Swagger U And you can also go to [http://192.168.99.100/redoc](http://192.168.99.100/redoc) or [http://127.0.0.1/redoc](http://127.0.0.1/redoc) (or equivalent, using your Docker host). -You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)): +You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Redocly/redoc)): ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png) diff --git a/docs/en/docs/features.md b/docs/en/docs/features.md index b4cafd00a7..fa89cf24f1 100644 --- a/docs/en/docs/features.md +++ b/docs/en/docs/features.md @@ -19,7 +19,7 @@ Interactive API documentation and exploration web user interfaces. As the framew ![Swagger UI interaction](https://fastapi.tiangolo.com/img/index/index-03-swagger-02.png) -* Alternative API documentation with [**ReDoc**](https://github.com/Rebilly/ReDoc). +* Alternative API documentation with [**ReDoc**](https://github.com/Redocly/redoc). ![ReDoc](https://fastapi.tiangolo.com/img/index/index-06-redoc-02.png) diff --git a/docs/en/docs/how-to/extending-openapi.md b/docs/en/docs/how-to/extending-openapi.md index 8368eea506..6d6f7de8bb 100644 --- a/docs/en/docs/how-to/extending-openapi.md +++ b/docs/en/docs/how-to/extending-openapi.md @@ -45,7 +45,7 @@ The parameter `summary` is available in OpenAPI 3.1.0 and above, supported by Fa Using the information above, you can use the same utility function to generate the OpenAPI schema and override each part that you need. -For example, let's add [ReDoc's OpenAPI extension to include a custom logo](https://github.com/Rebilly/ReDoc/blob/master/docs/redoc-vendor-extensions.md#x-logo). +For example, let's add [ReDoc's OpenAPI extension to include a custom logo](https://github.com/Redocly/redoc/blob/master/docs/redoc-vendor-extensions.md#x-logo). ### Normal **FastAPI** { #normal-fastapi } diff --git a/docs/en/docs/index.md b/docs/en/docs/index.md index 0b20e15398..8fb9a2f382 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -314,7 +314,7 @@ You will see the automatic interactive API documentation (provided by [Swagger U And now, go to [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc). -You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)): +You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Redocly/redoc)): ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png) diff --git a/docs/en/docs/tutorial/first-steps.md b/docs/en/docs/tutorial/first-steps.md index afef393417..4981725a6a 100644 --- a/docs/en/docs/tutorial/first-steps.md +++ b/docs/en/docs/tutorial/first-steps.md @@ -78,7 +78,7 @@ You will see the automatic interactive API documentation (provided by [Swagger U And now, go to [http://127.0.0.1:8000/redoc](http://127.0.0.1:8000/redoc). -You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Rebilly/ReDoc)): +You will see the alternative automatic documentation (provided by [ReDoc](https://github.com/Redocly/redoc)): ![ReDoc](https://fastapi.tiangolo.com/img/index/index-02-redoc-simple.png)