diff --git a/README.md b/README.md index bf4c7cb9cc..282ffc58d2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ [![discord](https://img.shields.io/discord/747933592273027093?label=discord)](https://discord.gg/coder) [![codecov](https://codecov.io/gh/coder/coder/branch/main/graph/badge.svg?token=TNLW3OAP6G)](https://codecov.io/gh/coder/coder) -[![release](https://img.shields.io/github/v/release/coder/coder)](https://github.com/coder/coder/releases) +[![release](https://img.shields.io/github/v/release/coder/coder)](https://github.com/coder/coder/releases/latest) [![godoc](https://pkg.go.dev/badge/github.com/coder/coder.svg)](https://pkg.go.dev/github.com/coder/coder) [![Go Report Card](https://goreportcard.com/badge/github.com/coder/coder)](https://goreportcard.com/report/github.com/coder/coder) [![license](https://img.shields.io/github/license/coder/coder)](./LICENSE) diff --git a/docs/admin/upgrade.md b/docs/admin/upgrade.md index 666ee589fd..4c16d51b79 100644 --- a/docs/admin/upgrade.md +++ b/docs/admin/upgrade.md @@ -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 diff --git a/docs/admin/users.md b/docs/admin/users.md index 107dde7ead..46dc7fad5e 100644 --- a/docs/admin/users.md +++ b/docs/admin/users.md @@ -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://.coder.app to authenticate. diff --git a/docs/install/binary.md b/docs/install/binary.md index 06c8ed81fc..1903b5948e 100644 --- a/docs/install/binary.md +++ b/docs/install/binary.md @@ -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` diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index b2df7de737..91800941e9 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -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 diff --git a/docs/install/offline.md b/docs/install/offline.md index a31ffbfb23..c5ef110db7 100644 --- a/docs/install/offline.md +++ b/docs/install/offline.md @@ -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 diff --git a/docs/install/packages.md b/docs/install/packages.md index 72511949ae..4794f444ac 100644 --- a/docs/install/packages.md +++ b/docs/install/packages.md @@ -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) diff --git a/docs/install/windows.md b/docs/install/windows.md index d15e96dc64..2a23644950 100644 --- a/docs/install/windows.md +++ b/docs/install/windows.md @@ -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 diff --git a/docs/templates.md b/docs/templates.md index 8b0aabf83a..a4256b603c 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -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