File tree 3 files changed +3
-4
lines changed
site/src/pages/DeploySettingsPage 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ const GeneralSettingsPage: React.FC = () => {
20
20
< >
21
21
< Header
22
22
title = "General"
23
- description = "Settings for accessing your Coder deployment."
24
- docsHref = "https://coder.com/docs/coder-oss/latest/admin/auth#openid-connect-with-google "
23
+ description = "Information about your Coder deployment."
24
+ docsHref = "https://coder.com/docs/coder-oss/latest/admin/configure "
25
25
/>
26
26
27
27
< TableContainer >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const NetworkSettingsPage: React.FC = () => {
27
27
< Header
28
28
title = "Network"
29
29
description = "Configure your deployment connectivity."
30
- docsHref = "https://coder.com/docs/coder-oss/latest/admin/auth#openid-connect-with-google "
30
+ docsHref = "https://coder.com/docs/coder-oss/latest/networking "
31
31
/>
32
32
33
33
< TableContainer >
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ const SecuritySettingsPage: React.FC = () => {
34
34
< Header
35
35
title = "Security"
36
36
description = "Ensure your Coder deployment is secure."
37
- docsHref = "https://coder.com/docs/coder-oss/latest/admin/auth#openid-connect-with-google"
38
37
/>
39
38
40
39
< TableContainer >
You can’t perform that action at this time.
0 commit comments