You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/binary.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff 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.
2
2
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
4
4
5
5
1. Unzip the folder you just downloaded, and move the `coder` executable to a location that's on your `PATH`
Copy file name to clipboardExpand all lines: docs/install/offline.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ services:
133
133
134
134
## Run offline via Kubernetes
135
135
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.
Copy file name to clipboardExpand all lines: docs/install/windows.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
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).
4
4
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`
0 commit comments