Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bca6244

Browse files
authoredFeb 1, 2023
chore: change docs links to latest release
1 parent 61dcf64 commit bca6244

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
[![discord](https://img.shields.io/discord/747933592273027093?label=discord)](https://discord.gg/coder)
2626
[![codecov](https://codecov.io/gh/coder/coder/branch/main/graph/badge.svg?token=TNLW3OAP6G)](https://codecov.io/gh/coder/coder)
27-
[![release](https://img.shields.io/github/v/release/coder/coder)](https://github.com/coder/coder/releases)
27+
[![release](https://img.shields.io/github/v/release/coder/coder)](https://github.com/coder/coder/releases/latest)
2828
[![godoc](https://pkg.go.dev/badge/github.com/coder/coder.svg)](https://pkg.go.dev/github.com/coder/coder)
2929
[![Go Report Card](https://goreportcard.com/badge/github.com/coder/coder)](https://goreportcard.com/report/github.com/coder/coder)
3030
[![license](https://img.shields.io/github/license/coder/coder)](./LICENSE)

‎docs/admin/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ See [Upgrading Coder via Helm](../install/kubernetes.md#upgrading-coder-via-helm
4545

4646
## Via Windows
4747

48-
Download the latest Windows installer or binary from [GitHub releases](https://github.com/coder/coder/releases), or upgrade from Winget.
48+
Download the latest Windows installer or binary from [GitHub releases](https://github.com/coder/coder/releases/latest), or upgrade from Winget.
4949

5050
```sh
5151
winget install Coder.Coder

‎docs/admin/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ with the user so that they can log into Coder:
4646

4747
```shell
4848
Download the Coder command line for your operating system:
49-
https://github.com/coder/coder/releases
49+
https://github.com/coder/coder/releases/latest
5050

5151
Run coder login https://<accessURL>.coder.app to authenticate.
5252

‎docs/install/binary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Coder publishes self-contained .zip and .tar.gz archives in [GitHub releases](https://github.com/coder/coder/releases). The archives bundle `coder` binary.
1+
Coder publishes self-contained .zip and .tar.gz archives in [GitHub releases](https://github.com/coder//latest). The archives bundle `coder` binary.
22

3-
1. Download the [release archive](https://github.com/coder/coder/releases) appropriate for your operating system
3+
1. Download the [release archive](https://github.com/coder/coder/releases/latest) appropriate for your operating system
44

55
1. Unzip the folder you just downloaded, and move the `coder` executable to a location that's on your `PATH`
66

‎docs/install/kubernetes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Before proceeding, please ensure that you have a Kubernetes cluster running K8s 1.19+ and have Helm 3.5+ installed.
44

5-
You'll also want to install the [latest version of Coder](https://github.com/coder/coder/releases) locally in order
5+
You'll also want to install the [latest version of Coder](https://github.com/coder/coder/releases/latest) locally in order
66
to log in and manage templates.
77

88
## Install Coder with Helm

‎docs/install/offline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ services:
133133
134134
## Run offline via Kubernetes
135135

136-
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.
136+
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.
137137

138138
```yaml
139139
# values.yaml

‎docs/install/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. Download and install one of the following system packages from [GitHub releases](https://github.com/coder/coder/releases):
1+
1. Download and install one of the following system packages from [GitHub releases](https://github.com/coder/coder/releases/latest):
22

33
- .deb (Debian, Ubuntu)
44
- .rpm (Fedora, CentOS, RHEL, SUSE)

‎docs/install/windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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).
44

5-
1. Download the Windows installer from [GitHub releases](https://github.com/coder/coder/releases) or from `winget`
5+
1. Download the Windows installer from [GitHub releases](https://github.com/coder/coder/releases/latest) or from `winget`
66

77
```powershell
88
winget install Coder.Coder

‎docs/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The CLI and the server are the same binary. We did this to encourage virality so
1515
individuals can start their own Coder deployments.
1616

1717
From your local machine, download the CLI for your operating system from the
18-
[releases](https://github.com/coder/coder/releases) or run:
18+
[releases](https://github.com/coder/coder/releases/latest) or run:
1919

2020
```shell
2121
curl -fsSL https://coder.com/install.sh | sh

0 commit comments

Comments
 (0)
Failed to load comments.