Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5cdc13b

Browse files
authored
docs: fix broken links in feature-stages (#16727)
fix broken links introduced by#16719---------Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent6b69635 commit5cdc13b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎docs/admin/monitoring/notifications/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ troubleshoot:
269269
`CODER_VERBOSE=true` or`--verbose` to output debug logs.
270270
1. If you are on version 2.15.x, notifications must be enabled using the
271271
`notifications`
272-
[experiment](../../../contributing/feature-stages.md#experimental-features).
272+
[experiment](../../../about/feature-stages.md#early-access-features).
273273

274274
Notifications are enabled by default in Coder v2.16.0 and later.
275275

‎docs/changelogs/v0.26.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
>previously necessary to activate this additional feature.
1717
1818
- Our scale test CLI is
19-
[experimental](https://coder.com/docs/contributing/feature-stages#experimental-features)
19+
[experimental](https://coder.com/docs/about/feature-stages.md#early-access-features)
2020
to allow for rapid iteration. You can still interact with it via
2121
`coder exp scaletest` (#8339)
2222

‎docs/changelogs/v2.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
###Experimental features
6363

64-
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).
64+
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).
6565

6666
- 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)
6767
- Port sharing: Allow users to share ports running in their workspace with other Coder users (#11939) (#12119) (#12383) (@deansheather) (@f0ssel)

‎docs/install/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ only for security issues or CVEs.
3535
- In-product security vulnerabilities and CVEs are supported
3636

3737
>For more information on feature rollout, see our
38-
>[feature stages documentation](../contributing/feature-stages.md).
38+
>[feature stages documentation](../about/feature-stages.md).
3939
4040
##Installing stable
4141

‎scripts/release/docs_update_experiments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ parse_experiments() {
9494
}
9595

9696
workdir=build/docs/experiments
97-
dest=docs/contributing/feature-stages.md
97+
dest=docs/about/feature-stages.md
9898

9999
log"Updating available experimental features in${dest}"
100100

‎site/src/components/FeatureStageBadge/FeatureStageBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const FeatureStageBadge: FC<FeatureStageBadgeProps> = ({
6161
</p>
6262

6363
<Link
64-
href={docs("/contributing/feature-stages")}
64+
href={docs("/about/feature-stages")}
6565
target="_blank"
6666
rel="noreferrer"
6767
css={styles.tooltipLink}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp