From 8c391497bf5b8445251cb55f8705f54bfbfdad80 Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Mon, 12 Feb 2024 14:44:00 +0000 Subject: [PATCH] docs: Fix a link that couldn't be checked as it reaches outside the Redoc project (#2490) --- docs/deployment/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/cli.md b/docs/deployment/cli.md index 8726248b..74ddbd23 100644 --- a/docs/deployment/cli.md +++ b/docs/deployment/cli.md @@ -14,7 +14,7 @@ First, you need to install the `@redocly/cli` package. You can install it [globally](../../cli/installation.md#install-globally) using npm or Yarn. -Or you can install it during [runtime](../../installation.md#use-npx-at-runtime) using npx or Docker. +Or you can install it during [runtime](../../cli/installation.md#use-npx-at-runtime) using npx or Docker. ## Step 2 - Build the HTML file