mirror of
https://github.com/Redocly/redoc.git
synced 2025-07-10 16:22:27 +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:
|
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.
|
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.
|
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.
|
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.
|
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.
|
Using the CLI is an option for users who prefer to use a command-line interface.
|
||||||
|
|
||||||
## Before you start
|
## Before you start
|
||||||
|
|
Loading…
Reference in New Issue
Block a user