Skip to content

docs: fix broken links in feature-stages #16727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix feature-stages links
  • Loading branch information
EdwardAngert committed Feb 26, 2025
commit 8216c52f31d1d2148b5d7b396e83b1f5894f3ae3
2 changes: 1 addition & 1 deletion docs/admin/monitoring/notifications/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/v0.26.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/changelogs/v2.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/install/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading