Skip to content

Commit 0aa0986

Browse files
authored
fix: update link to CLI server experiments documentation (coder#19589)
This pull request makes a minor update to an external documentation link in the `OverviewPageView` component. The change ensures that users are directed to the correct reference section for CLI server experiments. * Updated the `href` attribute in the documentation link to point to `https://coder.com/docs/reference/cli/server#--experiments` instead of the previous URL, improving the accuracy of the reference for users.
1 parent b61a5d7 commit 0aa0986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/DeploymentSettingsPage/OverviewPage/OverviewPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export const OverviewPageView: FC<OverviewPageViewProps> = ({
6363
It is recommended that you remove these experiments from your
6464
configuration as they have no effect. See{" "}
6565
<Link
66-
href="https://coder.com/docs/cli/server#--experiments"
66+
href="https://coder.com/docs/reference/cli/server#--experiments"
6767
target="_blank"
6868
rel="noreferrer"
6969
>

0 commit comments

Comments
 (0)