Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix broken links in intro #1730

Merged
merged 2 commits into from
Aug 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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](./live-demo.md):**
adamaltman marked this conversation as resolved.
Show resolved Hide resolved
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.