Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8aac219

Browse files
committed
broken links
1 parent 8c2b937 commit 8aac219

File tree

14 files changed

+20
-18
lines changed

14 files changed

+20
-18
lines changed

docs/admin/infrastructure/validated-architectures/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ could affect workspace users experience once the platform is live.
342342
versions into Coder from git. For example, on Github, you can use the
343343
[Setup Coder](https://github.com/marketplace/actions/setup-coder) action.
344344
1. Evaluate enabling
345-
[automatic template updates](../../workspaces/index.md#update-policies) upon
346-
workspace startup.
345+
[automatic template updates](../../templates/managing-templates/index.md#template-update-policies-enterprise-premium)
346+
upon workspace startup.
347347

348348
### Observability
349349

docs/admin/monitoring/health-check.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ for long-lived connections:
207207
- Between users interacting with Coder's Web UI (for example, the built-in
208208
terminal, or VSCode Web),
209209
- Between workspace agents and `coderd`,
210-
- Between Coder [workspace proxies](../admin/workspace-proxies.md) and `coderd`.
210+
- Between Coder [workspace proxies](../networking/workspace-proxies.md) and
211+
`coderd`.
211212

212213
Any issues causing failures to establish WebSocket connections will result in
213214
**severe** impairment of functionality for users. To validate this

docs/admin/monitoring/notifications/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ Administrators may wish to stop _all_ notifications across the deployment. We
246246
support a killswitch in the CLI for these cases.
247247

248248
To pause sending notifications, execute
249-
[`coder notifications pause`](../../../reference/cli/notifications_pause).
249+
[`coder notifications pause`](../../../reference/cli/notifications_pause.md).
250250

251251
To resume sending notifications, execute
252-
[`coder notifications resume`](../../../reference/cli/notifications_resume).
252+
[`coder notifications resume`](../../../reference/cli/notifications_resume.md).
253253

254254
## Troubleshooting
255255

docs/admin/security/secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ While you can inject secrets into the workspace via environment variables, you
7777
can also show them in the Workspace UI with
7878
[`coder_metadata`](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/metadata).
7979

80-
![secret UI](../../images/secret-metadata-ui.png)
80+
![Secrets UI](../../images/secret-metadata-ui.png)
8181

8282
Can be produced with
8383

docs/admin/templates/extending-templates/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ template as the underlying module.
120120
### Private git repository
121121

122122
If you are importing a module from a private git repository, the Coder server or
123-
[provisioner](../admin/provisioners.md) needs git credentials. Since this token
123+
[provisioner](../../provisioners.md) needs git credentials. Since this token
124124
will only be used for cloning your repositories with modules, it is best to
125125
create a token with access limited to the repository and no extra permissions.
126126
In GitHub, you can generate a

docs/admin/templates/extending-templates/web-ides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ value substitution to recreate the path structure.
265265
[This](https://github.com/sempie/coder-templates/tree/main/rstudio) is a
266266
community template example.
267267

268-
![RStudio in Coder](../../../../images/rstudio-port-forward.png)
268+
![RStudio in Coder](../../../images/rstudio-port-forward.png)
269269

270270
## Airflow
271271

docs/admin/templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ users. Common modifications are:
3535
- Additional parameters (e.g. disk size, instance type, or region). Docs:
3636
[Template parameters](./extending-templates/parameters.md).
3737
- Additional IDEs (e.g. JetBrains) or features (e.g. dotfiles, RDP). Docs:
38-
[Adding IDEs and features](./extending-templates/ides/index.md).
38+
[Adding IDEs and features](./extending-templates/index.md).
3939

4040
Learn more about the various ways you can
4141
[extend your templates](./extending-templates/index.md).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ iterate on their development environments.
5050
![Devcontainer parameter screen](../../../images/templates/devcontainers.png)
5151

5252
Your template can prompt the user for a repo URL with
53-
[Parameters](./parameters.md).
53+
[Parameters](../extending-templates/parameters.md).
5454

5555
## Authentication
5656

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ You can also manage the lifecycle of failed or inactive workspaces.
99

1010
Template [admins](../../users/index.md) may define these default values:
1111

12-
- [**Default autostop**](../workspaces.md#autostart-and-autostop): How long a
13-
workspace runs without user activity before Coder automatically stops it.
12+
- [**Default autostop**](../../../user-guides/workspace-scheduling.md#autostop):
13+
How long a workspace runs without user activity before Coder automatically
14+
stops it.
1415
- [**Autostop requirement**](#autostop-requirement-enterprise-premium): Enforce
1516
mandatory workspace restarts to apply template updates regardless of user
1617
activity.

docs/admin/users/groups-roles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ may use personal workspaces.
3636
A malicious Template Admin could write a template that executes commands on the
3737
host (or `coder server` container), which potentially escalates their privileges
3838
or shuts down the Coder server. To avoid this, run
39-
[external provisioners](./provisioners.md).
39+
[external provisioners](../provisioners.md).
4040

4141
In low-trust environments, we do not recommend giving users direct access to
4242
edit templates. Instead, use

docs/admin/users/idp-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ If your OpenID Connect provider supports group claims, you can configure Coder
44
to synchronize groups in your auth provider to groups within Coder. To enable
55
group sync, ensure that the `groups` claim is being sent by your OpenID
66
provider. You might need to request an additional
7-
[scope](../reference/cli/server.md#--oidc-scopes) or additional configuration on
8-
the OpenID provider side.
7+
[scope](../../reference/cli/server.md#--oidc-scopes) or additional configuration
8+
on the OpenID provider side.
99

1010
If group sync is enabled, the user's groups will be controlled by the OIDC
1111
provider. This means manual group additions/removals will be overwritten on the

docs/admin/users/oidc-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ CODER_DISABLE_PASSWORD_AUTH=true
134134

135135
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
136136
authentication. Upon deactivation, users are
137-
[suspended](./users.md#suspend-a-user) and are not deleted.
137+
[suspended](./index.md#suspend-a-user) and are not deleted.
138138
[Configure](./configure.md) your SCIM application with an auth key and supply it
139139
the Coder server.
140140

docs/admin/users/quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ process dynamically calculates costs, so quota violation fails builds as opposed
9999
to failing the build-triggering operation. For example, the Workspace Create
100100
Form will never get held up by quota enforcement.
101101

102-
![build-log](../images/admin/quota-buildlog.png)
102+
![build-log](../../images/admin/quota-buildlog.png)
103103

104104
## Up next
105105

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#template-update-policies-enterprise",
136+
"/admin/templates/managing-templates#template-update-policies-enterprise-premium",
137137
)}
138138
>
139139
{Language.activeVersionHelpBody}

0 commit comments

Comments
 (0)