Skip to content

Commit

Permalink
docs: fix broken links in intro (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaltman authored Aug 25, 2021
1 parent e8412e8 commit 683eabb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/quickstart/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

0 comments on commit 683eabb

Please sign in to comment.