File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
set -eu
3
3
4
4
# 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
6
6
7
7
usage () {
8
8
arg0=" $0 "
67
67
68
68
It will cache all downloaded assets into ~/.cache/code-server
69
69
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
71
71
EOF
72
72
}
73
73
@@ -430,7 +430,7 @@ install_npm() {
430
430
echoh
431
431
echoerr " Please install npm or yarn to install code-server!"
432
432
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"
434
434
exit 1
435
435
}
436
436
You can’t perform that action at this time.
0 commit comments