Skip to content

Commit 42ffe67

Browse files
committed
Fix story
1 parent e5aeccf commit 42ffe67

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

site/src/pages/DeploymentSettingsPage/GeneralSettingsPage/GeneralSettingsPageView.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import { docs } from "utils/docs";
1313
import { Alert } from "../../../components/Alert/Alert";
1414
import OptionsTable from "../OptionsTable";
1515
import { UserEngagementChart } from "./UserEngagementChart";
16+
import { Link } from "components/Link/Link";
1617

1718
export type GeneralSettingsPageViewProps = {
1819
deploymentOptions: SerpentOption[];
@@ -53,13 +54,13 @@ export const GeneralSettingsPageView: FC<GeneralSettingsPageViewProps> = ({
5354
</ul>
5455
It is recommended that you remove these experiments from your
5556
configuration as they have no effect. See{" "}
56-
<a
57+
<Link
5758
href="https://coder.com/docs/cli/server#--experiments"
5859
target="_blank"
5960
rel="noreferrer"
6061
>
6162
the documentation
62-
</a>{" "}
63+
</Link>{" "}
6364
for more details.
6465
</Alert>
6566
)}

0 commit comments

Comments
 (0)