We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 319795c + b2af7fe commit b7ad293Copy full SHA for b7ad293
install.sh
@@ -2,7 +2,7 @@
2
set -eu
3
4
# code-server's automatic install script.
5
-# See https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md
+# See https://github.com/cdr/code-server/blob/main/docs/install.md
6
7
usage() {
8
arg0="$0"
@@ -67,7 +67,7 @@ Usage:
67
68
It will cache all downloaded assets into ~/.cache/code-server
69
70
-More installation docs are at https://github.com/cdr/code-server/blob/v3.9.2/docs/install.md
+More installation docs are at https://github.com/cdr/code-server/blob/main/docs/install.md
71
EOF
72
}
73
0 commit comments