Skip to content

refactor: Add minor settings improvements #4626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of github.com:coder/coder into bq/minor-settings-…
…improvements
  • Loading branch information
BrunoQuaresma committed Oct 18, 2022
commit c122cc566f50e15f1fcbd3756d05d1627762c51d
2 changes: 1 addition & 1 deletion site/src/pages/DeploySettingsPage/NetworkSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const NetworkSettingsPage: React.FC = () => {
<Header
title="Network"
description="Configure your deployment connectivity."
docsHref="https://coder.com/docs/coder-oss/latest/admin/auth#openid-connect-with-google"
docsHref="https://coder.com/docs/coder-oss/latest/admin/networking"
/>

<OptionsTable
Expand Down
1 change: 0 additions & 1 deletion site/src/pages/DeploySettingsPage/SecuritySettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const SecuritySettingsPage: React.FC = () => {
<Header
title="Security"
description="Ensure your Coder deployment is secure."
docsHref="https://coder.com/docs/coder-oss/latest/admin/auth#openid-connect-with-google"
/>

<OptionsTable
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.