From acbe9f29c5d328b845eb3ebee1a2c9d75afc7438 Mon Sep 17 00:00:00 2001 From: Jay Graves Date: Tue, 12 Nov 2024 07:18:32 -0600 Subject: [PATCH] Fix broken URL in quickstart.mdx --- docs/cli/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cli/quickstart.mdx b/docs/cli/quickstart.mdx index d482c7bde..5e52669d5 100644 --- a/docs/cli/quickstart.mdx +++ b/docs/cli/quickstart.mdx @@ -8,7 +8,7 @@ In this guide, you'll install the Sourcegraph CLI, `src`, connect it to your Sou ## Installation -`src` is shipped as a single, standalone binary. You can get the latest release by following the instructions for your operating system below (check out the [repository](https://sourcegraph.com/github.com/sourcegraph/src-cli) for additional documentation): +`src` is shipped as a single, standalone binary. You can get the latest release by following the instructions for your operating system below (check out the [repository](https://github.com/sourcegraph/src-cli) for additional documentation): ### macOS