mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: update link to CLI server experiments documentation (#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.
This commit is contained in:
@@ -63,7 +63,7 @@ export const OverviewPageView: FC<OverviewPageViewProps> = ({
|
||||
It is recommended that you remove these experiments from your
|
||||
configuration as they have no effect. See{" "}
|
||||
<Link
|
||||
href="https://coder.com/docs/cli/server#--experiments"
|
||||
href="https://coder.com/docs/reference/cli/server#--experiments"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user