diff --git a/README.md b/README.md index eb0368762b..7fde1d8bb6 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,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 0e7dc85716..6a9c62a467 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 b021ef1b6a..c7b378aa75 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 a1a271d288..27d228618a 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 65f5844383..d7d4d2c4ad 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 0aeee755ec..8601af9024 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 ae43e401ba..eb397c9a0a 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)