From 5a594e7bad05ef32fb835d1fa671b6e59e4aa0de Mon Sep 17 00:00:00 2001 From: Adam Altman Date: Tue, 24 Aug 2021 21:13:32 -0500 Subject: [PATCH 1/2] docs: fix broken links in intro --- docs/quickstart/intro.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/quickstart/intro.md b/docs/quickstart/intro.md index d1795604a2..6021d8d095 100644 --- a/docs/quickstart/intro.md +++ b/docs/quickstart/intro.md @@ -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):** 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. \ No newline at end of file +definition and select the **TRY IT** button. From e3f1b26087f8ca70e91809a15d0bd2b2ca3297f9 Mon Sep 17 00:00:00 2001 From: Adam Altman Date: Tue, 24 Aug 2021 21:33:38 -0500 Subject: [PATCH 2/2] fix: fix live demo link --- docs/quickstart/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/intro.md b/docs/quickstart/intro.md index 6021d8d095..e23f9d00b3 100644 --- a/docs/quickstart/intro.md +++ b/docs/quickstart/intro.md @@ -12,7 +12,7 @@ You should select the option that best fits your needs. The following options are supported: -- **[Live demo](./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](./html.md):** Using the HTML element works well for typical website deployments.