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 }