File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
site/src/pages/DeploymentSettingsPage/GeneralSettingsPage Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import { docs } from "utils/docs";
13
13
import { Alert } from "../../../components/Alert/Alert" ;
14
14
import OptionsTable from "../OptionsTable" ;
15
15
import { UserEngagementChart } from "./UserEngagementChart" ;
16
+ import { Link } from "components/Link/Link" ;
16
17
17
18
export type GeneralSettingsPageViewProps = {
18
19
deploymentOptions : SerpentOption [ ] ;
@@ -53,13 +54,13 @@ export const GeneralSettingsPageView: FC<GeneralSettingsPageViewProps> = ({
53
54
</ ul >
54
55
It is recommended that you remove these experiments from your
55
56
configuration as they have no effect. See{ " " }
56
- < a
57
+ < Link
57
58
href = "https://coder.com/docs/cli/server#--experiments"
58
59
target = "_blank"
59
60
rel = "noreferrer"
60
61
>
61
62
the documentation
62
- </ a > { " " }
63
+ </ Link > { " " }
63
64
for more details.
64
65
</ Alert >
65
66
) }
You can’t perform that action at this time.
0 commit comments