Skip to content

Commit 5b6b1dd

Browse files
committed
fix(docs): use latest instead of version in links
1 parent 1d8806f commit 5b6b1dd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ There are three ways to get started:
3030
automates most of the process. The script uses the system package manager if
3131
possible.
3232
2. Manually [installing
33-
code-server](https://coder.com/docs/code-server/v3.11.1/install)
33+
code-server](https://coder.com/docs/code-server/latest/install)
3434
3. Using our one-click buttons and guides to [deploy code-server to a cloud
3535
provider](https://github.com/cdr/deploy-code-server)
3636

@@ -51,20 +51,20 @@ When done, the install script prints out instructions for running and starting
5151
code-server.
5252

5353
We also have an in-depth [setup and
54-
configuration](https://coder.com/docs/code-server/v3.11.1/guide) guide.
54+
configuration](https://coder.com/docs/code-server/latest/guide) guide.
5555

5656
## TLS and authentication (beta)
5757

58-
To add TLS and authentication out of the box, use [code-server --link](https://coder.com/docs/code-server/v3.11.1/link).
58+
To add TLS and authentication out of the box, use [code-server --link](https://coder.com/docs/code-server/latest/link).
5959

6060
## Questions?
6161

6262
See answers to [frequently asked
63-
questions](https://coder.com/docs/code-server/v3.11.1/FAQ).
63+
questions](https://coder.com/docs/code-server/latest/FAQ).
6464

6565
## Want to help?
6666

67-
See [Contributing](https://coder.com/docs/code-server/v3.11.1/CONTRIBUTING) for
67+
See [Contributing](https://coder.com/docs/code-server/latest/CONTRIBUTING) for
6868
details.
6969

7070
## Hiring

docs/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ At the minimum, we recommend:
99
- 2 CPU cores
1010

1111
You can use any Linux distribution, but [our
12-
docs](https://coder.com/docs/code-server/v3.11.1/guide) assume that you're using
12+
docs](https://coder.com/docs/code-server/latest/guide) assume that you're using
1313
Debian hosted by Google Cloud (see the following section for instructions on
1414
setting this up).
1515

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://coder.com/docs/code-server/v3.11.1/install
5+
# See https://coder.com/docs/code-server/latest/install
66

77
usage() {
88
arg0="$0"
@@ -66,7 +66,7 @@ fall back to npm so on architectures without pre-built releases this will error.
6666
6767
The installer will cache all downloaded assets into ~/.cache/code-server
6868
69-
More installation docs are at https://coder.com/docs/code-server/v3.11.1/install
69+
More installation docs are at https://coder.com/docs/code-server/latest/install
7070
EOF
7171
}
7272

@@ -433,7 +433,7 @@ install_npm() {
433433
fi
434434
echoerr "Please install npm or yarn to install code-server!"
435435
echoerr "You will need at least node v12 and a few C dependencies."
436-
echoerr "See the docs https://coder.com/docs/code-server/v3.11.1/install#yarn-npm"
436+
echoerr "See the docs https://coder.com/docs/code-server/latest/install#yarn-npm"
437437

438438
exit 1
439439
}

0 commit comments

Comments
 (0)