Skip to content

Commit bc113eb

Browse files
committed
update links
1 parent 5bb290f commit bc113eb

File tree

6 files changed

+9
-13
lines changed

6 files changed

+9
-13
lines changed

docs/admin/monitoring/notifications/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ can only be delivered to one method, and this method is configured globally with
7878
will be disabled.
7979

8080
Premium customers can configure which method to use for each of the supported
81-
[Events](#workspace-events); see the
82-
[Preferences](#delivery-preferences-enterprise-premium) section below for more
83-
details.
81+
[Events](#workspace-events); see the [Preferences](#delivery-preferences)
82+
section below for more details.
8483

8584
## SMTP (Email)
8685

docs/admin/templates/managing-templates/schedule.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ Template [admins](../../users/index.md) may define these default values:
1212
- [**Default autostop**](../../../user-guides/workspace-scheduling.md#autostop):
1313
How long a workspace runs without user activity before Coder automatically
1414
stops it.
15-
- [**Autostop requirement**](#autostop-requirement-enterprise-premium): Enforce
16-
mandatory workspace restarts to apply template updates regardless of user
17-
activity.
15+
- [**Autostop requirement**](#autostop-requirement): Enforce mandatory workspace
16+
restarts to apply template updates regardless of user activity.
1817
- **Activity bump**: The duration of inactivity that must pass before a
1918
workspace is automatically stopped.
2019
- **Dormancy**: This allows automatic deletion of unused workspaces to reduce

docs/user-guides/workspace-access/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extension, authenticates with Coder, and connects to the workspace.
1616
![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)
1717

1818
> The `VS Code Desktop` button can be hidden by enabling
19-
> [Browser-only connections](../../admin/networking/index.md#browser-only-connections-enterprise-premium).
19+
> [Browser-only connections](../../admin/networking/index.md#browser-only-connections).
2020
2121
### Manual Installation
2222

enterprise/coderd/scim.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func (api *API) scimServiceProviderConfig(rw http.ResponseWriter, _ *http.Reques
6969
enc.SetEscapeHTML(true)
7070
_ = enc.Encode(scim.ServiceProviderConfig{
7171
Schemas: []string{"urn:ietf:params:scim:schemas:core:2.0:ServiceProviderConfig"},
72-
DocURI: "https://coder.com/docs/admin/users/oidc-auth#scim-enterprise-premium",
72+
DocURI: "https://coder.com/docs/admin/users/oidc-auth#scim",
7373
Patch: scim.Supported{
7474
Supported: true,
7575
},
@@ -93,7 +93,7 @@ func (api *API) scimServiceProviderConfig(rw http.ResponseWriter, _ *http.Reques
9393
Type: "oauthbearertoken",
9494
Name: "HTTP Header Authentication",
9595
Description: "Authentication scheme using the Authorization header with the shared token",
96-
DocURI: "https://coder.com/docs/admin/users/oidc-auth#scim-enterprise-premium",
96+
DocURI: "https://coder.com/docs/admin/users/oidc-auth#scim",
9797
},
9898
},
9999
Meta: scim.ServiceProviderMeta{

site/src/pages/DeploymentSettingsPage/SecuritySettingsPage/SecuritySettingsPageView.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ export const SecuritySettingsPageView: FC<SecuritySettingsPageViewProps> = ({
5151
title="Browser Only Connections"
5252
secondary
5353
description="Block all workspace access via SSH, port forward, and other non-browser connections."
54-
docsHref={docs(
55-
"/admin/networking#browser-only-connections-enterprise-premium",
56-
)}
54+
docsHref={docs("/admin/networking#browser-only-connections")}
5755
/>
5856

5957
<Badges>

site/src/pages/TemplateVersionEditorPage/PublishTemplateVersionDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const PublishTemplateVersionDialog: FC<
133133
<HelpTooltipLinksGroup>
134134
<HelpTooltipLink
135135
href={docs(
136-
"/admin/templates/managing-templates#template-update-policies-enterprise-premium",
136+
"/admin/templates/managing-templates#template-update-policies",
137137
)}
138138
>
139139
{Language.activeVersionHelpBody}

0 commit comments

Comments
 (0)