mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
docs: fix broken links in feature-stages (#16727)
fix broken links introduced by #16719 --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ parse_experiments() {
|
||||
}
|
||||
|
||||
workdir=build/docs/experiments
|
||||
dest=docs/contributing/feature-stages.md
|
||||
dest=docs/about/feature-stages.md
|
||||
|
||||
log "Updating available experimental features in ${dest}"
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ export const FeatureStageBadge: FC<FeatureStageBadgeProps> = ({
|
||||
</p>
|
||||
|
||||
<Link
|
||||
href={docs("/contributing/feature-stages")}
|
||||
href={docs("/about/feature-stages")}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
css={styles.tooltipLink}
|
||||
|
||||
Reference in New Issue
Block a user