Skip to content

Commit 8c8346a

Browse files
committed
fix: use new docs links in install script
1 parent 5a6af17 commit 8c8346a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -eu
33

44
# code-server's automatic install script.
5-
# See https://github.com/cdr/code-server/blob/main/docs/install.md
5+
# See https://github.com/cdr/code-server/blob/main/docs/install
66

77
usage() {
88
arg0="$0"
@@ -67,7 +67,7 @@ Usage:
6767
6868
It will cache all downloaded assets into ~/.cache/code-server
6969
70-
More installation docs are at https://github.com/cdr/code-server/blob/main/docs/install.md
70+
More installation docs are at https://coder.com/docs/code-server/v3.10.2/install
7171
EOF
7272
}
7373

@@ -430,7 +430,7 @@ install_npm() {
430430
echoh
431431
echoerr "Please install npm or yarn to install code-server!"
432432
echoerr "You will need at least node v12 and a few C dependencies."
433-
echoerr "See the docs https://github.com/cdr/code-server/blob/v3.10.2/docs/install.md#yarn-npm"
433+
echoerr "See the docs https://coder.com/docs/code-server/v3.10.2/install#yarn-npm"
434434
exit 1
435435
}
436436

0 commit comments

Comments
 (0)