diff --git a/README.md b/README.md index 9ed338a1bb..11ac2fe813 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,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 bfaa7aa132..3f9d31418b 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 ce7d0f1c7b..119fef532b 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 eee11cd1ea..493cf377fe 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 c110a444f1..ddf0223647 100644 --- a/docs/en/docs/how-to/extending-openapi.md +++ b/docs/en/docs/how-to/extending-openapi.md @@ -37,7 +37,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 88fcc45456..8051d49a57 100644 --- a/docs/en/docs/index.md +++ b/docs/en/docs/index.md @@ -274,7 +274,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 3355079900..57b64be15d 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)