From b3a49f1044f630cf07b432992fa9b37b23ef928f Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 1 Sep 2022 14:42:54 -0700 Subject: [PATCH] docs: fix typo in install.md --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 9e33437b1822..de634627c826 100644 --- a/docs/install.md +++ b/docs/install.md @@ -109,7 +109,7 @@ We recommend installing with `npm` when: Installing code-server with `npm` builds native modules on install. -This process requires C dependencies; see our guide on [installing with npm][./npm.md](./npm.md) for more information. +This process requires C dependencies; see our guide on [installing with npm](./npm.md) for more information. ## Standalone releases