From 3dcb92be40f304ba0aeb9c38a15b53eb96ca50f8 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 8 Feb 2021 09:32:43 -0500 Subject: [PATCH] fix npm docs link in install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bf341cae..0e81885c 100755 --- a/install.sh +++ b/install.sh @@ -419,7 +419,7 @@ install_npm() { echoh echoerr "Please install npm or yarn to install code-server!" echoerr "You will need at least node v12 and a few C dependencies." - echoerr "See the docs https://github.com/cdr/code-server#yarn-npm" + echoerr "See the docs https://github.com/cdr/code-server/blob/master/docs/install.md#yarn-npm" exit 1 }