Skip to content

Commit 2abfc19

Browse files
committed
docs(releases): fix 404 for mainline link
1 parent 3d7740b commit 2abfc19

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/install/releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ their infrastructure on a staging environment before upgrading a production
88
deployment.
99

1010
We support two release channels:
11-
[mainline](https://github.com/coder/coder/2.10.0) for the edge version of Coder
11+
[mainline](https://github.com/coder/coder/releases/tag/v2.10.1) for the edge version of Coder
1212
and [stable](https://github.com/coder/coder/releases/latest) for those with
1313
lower tolerance for fault. We field our mainline releases publicly for one month
1414
before promoting them to stable.

x.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
version="2.1"
2+
if [ -z "$version" ]; then
3+
echo "Failed to fetch the latest version from GitHub."
4+
exit 1
5+
fi

0 commit comments

Comments
 (0)