mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: change docs links to latest release
This commit is contained in:
@@ -45,7 +45,7 @@ See [Upgrading Coder via Helm](../install/kubernetes.md#upgrading-coder-via-helm
|
||||
|
||||
## Via Windows
|
||||
|
||||
Download the latest Windows installer or binary from [GitHub releases](https://github.com/coder/coder/releases), or upgrade from Winget.
|
||||
Download the latest Windows installer or binary from [GitHub releases](https://github.com/coder/coder/releases/latest), or upgrade from Winget.
|
||||
|
||||
```sh
|
||||
winget install Coder.Coder
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ with the user so that they can log into Coder:
|
||||
|
||||
```shell
|
||||
Download the Coder command line for your operating system:
|
||||
https://github.com/coder/coder/releases
|
||||
https://github.com/coder/coder/releases/latest
|
||||
|
||||
Run coder login https://<accessURL>.coder.app to authenticate.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Coder publishes self-contained .zip and .tar.gz archives in [GitHub releases](https://github.com/coder/coder/releases). The archives bundle `coder` binary.
|
||||
Coder publishes self-contained .zip and .tar.gz archives in [GitHub releases](https://github.com/coder//latest). The archives bundle `coder` binary.
|
||||
|
||||
1. Download the [release archive](https://github.com/coder/coder/releases) appropriate for your operating system
|
||||
1. Download the [release archive](https://github.com/coder/coder/releases/latest) appropriate for your operating system
|
||||
|
||||
1. Unzip the folder you just downloaded, and move the `coder` executable to a location that's on your `PATH`
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Before proceeding, please ensure that you have a Kubernetes cluster running K8s 1.19+ and have Helm 3.5+ installed.
|
||||
|
||||
You'll also want to install the [latest version of Coder](https://github.com/coder/coder/releases) locally in order
|
||||
You'll also want to install the [latest version of Coder](https://github.com/coder/coder/releases/latest) locally in order
|
||||
to log in and manage templates.
|
||||
|
||||
## Install Coder with Helm
|
||||
|
||||
@@ -133,7 +133,7 @@ services:
|
||||
|
||||
## Run offline via Kubernetes
|
||||
|
||||
We publish the Helm chart for download on [GitHub Releases](https://github.com/coder/coder/releases). Follow our [Kubernetes](./kubernetes.md) documentation and modify the Helm values to specify your custom Coder image.
|
||||
We publish the Helm chart for download on [GitHub Releases](https://github.com/coder//latest). Follow our [Kubernetes](./kubernetes.md) documentation and modify the Helm values to specify your custom Coder image.
|
||||
|
||||
```yaml
|
||||
# values.yaml
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
1. Download and install one of the following system packages from [GitHub releases](https://github.com/coder/coder/releases):
|
||||
1. Download and install one of the following system packages from [GitHub releases](https://github.com/coder/coder/releases/latest):
|
||||
|
||||
- .deb (Debian, Ubuntu)
|
||||
- .rpm (Fedora, CentOS, RHEL, SUSE)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Use the Windows installer to download the CLI and add Coder to `PATH`. Alternatively, you can install Coder on Windows via a [standalone binary](./binary.md).
|
||||
|
||||
1. Download the Windows installer from [GitHub releases](https://github.com/coder/coder/releases) or from `winget`
|
||||
1. Download the Windows installer from [GitHub releases](https://github.com/coder/coder/releases/latest) or from `winget`
|
||||
|
||||
```powershell
|
||||
winget install Coder.Coder
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ The CLI and the server are the same binary. We did this to encourage virality so
|
||||
individuals can start their own Coder deployments.
|
||||
|
||||
From your local machine, download the CLI for your operating system from the
|
||||
[releases](https://github.com/coder/coder/releases) or run:
|
||||
[releases](https://github.com/coder/coder/releases/latest) or run:
|
||||
|
||||
```shell
|
||||
curl -fsSL https://coder.com/install.sh | sh
|
||||
|
||||
Reference in New Issue
Block a user