]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Fix redirect ReDoc
authorYurii Motov <yurii.motov.monte@gmail.com>
Fri, 10 Jul 2026 14:32:32 +0000 (16:32 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Fri, 10 Jul 2026 14:35:34 +0000 (16:35 +0200)
README.md
docs/en/docs/alternatives.md
docs/en/docs/deployment/docker.md
docs/en/docs/features.md
docs/en/docs/how-to/extending-openapi.md
docs/en/docs/index.md
docs/en/docs/tutorial/first-steps.md

index f032a73d2ef92c38bf347be9c06082e01508430d..616af4f85b7e1668df6b3e23cef949984234937e 100644 (file)
--- 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)
 
index 24246a23166c7c62868c78b1b608a4cfa1e43e64..d4d622b84772350b18269da27e7fdbe9ee5d5b98 100644 (file)
@@ -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**).
 
index bdc0351d0302966a6d7d3626b0c54a332ae6e46f..2e200d8467f5eaac1e11809fff87bbea5439f228 100644 (file)
@@ -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)
 
index b4cafd00a779d67c7d34f102c698033f8fe5baa9..fa89cf24f12a11ec97778ae00db33e11b0fc5965 100644 (file)
@@ -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)
 
index 8368eea5060ef0c7ded0d07d35363173cf553e41..6d6f7de8bb3f2fd005c29adf9645a5722e080a04 100644 (file)
@@ -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 }
 
index 0b20e1539810518ce80b4b00a58c9095dc514ec9..8fb9a2f382399e631eba5181ec42ca243660d06c 100644 (file)
@@ -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)
 
index afef393417e9d4789226947d3e6c5ab77ebf9c35..4981725a6ab6bbe08490aeea4a19634ee7018402 100644 (file)
@@ -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)