From 8216c52f31d1d2148b5d7b396e83b1f5894f3ae3 Mon Sep 17 00:00:00 2001
From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Date: Wed, 26 Feb 2025 22:25:01 +0000
Subject: [PATCH 1/3] fix feature-stages links
---
docs/admin/monitoring/notifications/index.md | 2 +-
docs/changelogs/v0.26.0.md | 2 +-
docs/changelogs/v2.9.0.md | 2 +-
docs/install/releases.md | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/admin/monitoring/notifications/index.md b/docs/admin/monitoring/notifications/index.md
index eb077e13b38ed..d65667058e437 100644
--- a/docs/admin/monitoring/notifications/index.md
+++ b/docs/admin/monitoring/notifications/index.md
@@ -269,7 +269,7 @@ troubleshoot:
`CODER_VERBOSE=true` or `--verbose` to output debug logs.
1. If you are on version 2.15.x, notifications must be enabled using the
`notifications`
- [experiment](../../../contributing/feature-stages.md#experimental-features).
+ [experiment](../../../about/feature-stages.md#early-access-features).
Notifications are enabled by default in Coder v2.16.0 and later.
diff --git a/docs/changelogs/v0.26.0.md b/docs/changelogs/v0.26.0.md
index 19fcb5c3950ea..9a07e2ed9638c 100644
--- a/docs/changelogs/v0.26.0.md
+++ b/docs/changelogs/v0.26.0.md
@@ -16,7 +16,7 @@
> previously necessary to activate this additional feature.
- Our scale test CLI is
- [experimental](https://coder.com/docs/contributing/feature-stages#experimental-features)
+ [experimental](https://coder.com/docs/about/feature-stages.md#early-access-features)
to allow for rapid iteration. You can still interact with it via
`coder exp scaletest` (#8339)
diff --git a/docs/changelogs/v2.9.0.md b/docs/changelogs/v2.9.0.md
index 55bfb33cf1fcf..549f15c19c014 100644
--- a/docs/changelogs/v2.9.0.md
+++ b/docs/changelogs/v2.9.0.md
@@ -61,7 +61,7 @@
### Experimental features
-The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in [our documentation](https://coder.com/docs/contributing/feature-stages#experimental-features).
+The following features are hidden or disabled by default as we don't guarantee stability. Learn more about experiments in [our documentation](https://coder.com/docs/about/feature-stages.md#early-access-features).
- The `coder support` command generates a ZIP with deployment information, agent logs, and server config values for troubleshooting purposes. We will publish documentation on how it works (and un-hide the feature) in a future release (#12328) (@johnstcn)
- Port sharing: Allow users to share ports running in their workspace with other Coder users (#11939) (#12119) (#12383) (@deansheather) (@f0ssel)
diff --git a/docs/install/releases.md b/docs/install/releases.md
index 157adf7fe8961..14e7dd7e6db90 100644
--- a/docs/install/releases.md
+++ b/docs/install/releases.md
@@ -35,7 +35,7 @@ only for security issues or CVEs.
- In-product security vulnerabilities and CVEs are supported
> For more information on feature rollout, see our
-> [feature stages documentation](../contributing/feature-stages.md).
+> [feature stages documentation](../about/feature-stages.md).
## Installing stable
From 14a06d31572d98ac7a2dc7eee662f4f7398d8c06 Mon Sep 17 00:00:00 2001
From: Edward Angert