mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
docs: fix broken links in intro (#1730)
This commit is contained in:
parent
e8412e8e93
commit
683eabbbf0
|
@ -12,15 +12,15 @@ You should select the option that best fits your needs.
|
|||
|
||||
The following options are supported:
|
||||
|
||||
- **[Live demo](/redoc/quickstart/live-demo.md):**
|
||||
- **[Live demo](https://redocly.github.io/redoc/):**
|
||||
The live demo offers a fast way to see how your OpenAPI will render with Redoc.
|
||||
- **[HTML element](/redoc/quickstart/html.md):**
|
||||
- **[HTML element](./html.md):**
|
||||
Using the HTML element works well for typical website deployments.
|
||||
- **[React component](/redoc/quickstart/react.md):**
|
||||
- **[React component](./react.md):**
|
||||
Using the React component is an option for users with a React-based application.
|
||||
- **[Docker image](/redoc/quickstart/docker.md):**
|
||||
- **[Docker image](./docker.md):**
|
||||
Using the Docker image works in a container-based deployment.
|
||||
- **[CLI](/redoc/quickstart/cli.md):**
|
||||
- **[CLI](./cli.md):**
|
||||
Using the CLI is an option for users who prefer to use a command-line interface.
|
||||
|
||||
## Before you start
|
||||
|
@ -41,4 +41,4 @@ section in the documentation.
|
|||
If you want to see how ReDoc will render your OpenAPI definition, you can try it out online at https://redocly.github.io/redoc/.
|
||||
|
||||
A version of the Swagger Petstore API is displayed by default. To test it with your own OpenAPI definition, enter the URL for your
|
||||
definition and select the **TRY IT** button.
|
||||
definition and select the **TRY IT** button.
|
||||
|
|
Loading…
Reference in New Issue
Block a user