Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e3bcb3

Browse files
committed
fix some links
1 parentc3eb6c2 commit2e3bcb3

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

‎docs/admin/integrations/jfrog-artifactory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ two type of modules that automate the JFrog Artifactory and Coder integration.
3737

3838
This module is usable by JFrog self-hosted (on-premises) Artifactory as it
3939
requires configuring a custom integration. This integration benefits from
40-
Coder's[external-auth](https://coder.com/docs/v2/latest/admin/external-auth)
40+
Coder's[external-auth](https://coder.com/docs/admin/external-auth)
4141
feature and allows each user to authenticate with Artifactory using an OAuth
4242
flow and issues user-scoped tokens to each user.
4343

@@ -72,7 +72,7 @@ artifactory:
7272
![JFrog Platform new integration](../images/guides/artifactory-integration/jfrog-oauth-app.png)
7373

7474
3. Add a new
75-
[external authentication](https://coder.com/docs/v2/latest/admin/external-auth)
75+
[external authentication](https://coder.com/docs/admin/external-auth)
7676
to Coder by setting these env variables,
7777

7878
```env

‎docs/admin/templates/extending-templates/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ come bundled with your Coder deployment.
3232
}
3333
```
3434

35-
-[**Authentication Providers**](https://coder.com/docs/v2/latest/admin/external-auth):
35+
-[**Authentication Providers**](https://coder.com/docs/admin/external-auth):
3636

3737
- Use icons for external authentication providers to make them recognizable.
3838
You can set an icon for each provider by setting the

‎docs/admin/users/oidc-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ OIDC provider will be added to the `myCoderGroupName` group in Coder.
224224
### Group allowlist
225225

226226
You can limit which groups from your identity provider can log in to Coder with
227-
[CODER_OIDC_ALLOWED_GROUPS](https://coder.com/docs/v2/latest/cli/server#--oidc-allowed-groups).
227+
[CODER_OIDC_ALLOWED_GROUPS](https://coder.com/docs/reference/cli/server#--oidc-allowed-groups).
228228
Users who are not in a matching group will see the following error:
229229

230230
![Unauthorized group error](../images/admin/group-allowlist.png)

‎docs/admin/users/password-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ server.
1212
##Restore the`Owner` user
1313

1414
If you remove the admin user account (or forget the password), you can run the
15-
[`coder server create-admin-user`](https://coder.com/docs/v2/latest/cli/server_create-admin-user)
15+
[`coder server create-admin-user`](https://coder.com/docs/reference/cli/server_create-admin-user)
1616
command on your server.
1717

1818
>Note: You must run this command on the same machine running the Coder server.
@@ -24,4 +24,4 @@ command on your server.
2424

2525
An admin must reset passwords on behalf of users. This can be done in the web UI
2626
in the Users page or CLI:
27-
[`coder reset-password`](https://coder.com/docs/v2/latest/cli/reset-password)
27+
[`coder reset-password`](https://coder.com/docs/cli/reset-password)

‎docs/admin/users/sessions-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ for more info.
5454
Today, you must use the REST API to generate a token on behalf of another user.
5555
You must have the`Owner` role to do this. Use our API reference for more
5656
information:
57-
[Create token API key](https://coder.com/docs/v2/latest/api/users#create-token-api-key)
57+
[Create token API key](https://coder.com/docs/reference/api/users#create-token-api-key)
5858

5959
###Set max token length
6060

6161
You can use the
62-
[`CODER_MAX_TOKEN_LIFETIME`](https://coder.com/docs/v2/latest/cli/server#--max-token-lifetime)
62+
[`CODER_MAX_TOKEN_LIFETIME`](https://coder.com/docs/reference/cli/server#--max-token-lifetime)
6363
server flag to set the maximum duration for long-lived tokens in your
6464
deployment.

‎docs/install/other/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Coder has a number of alternate unofficial install methods. Contributions are we
44

55
| Platform Name| Status| Documentation|
66
| ---------------------------------------------------------------------------------| ----------| --------------------------------------------------------------------------------------------|
7-
| AWS EC2| Official|[Guide: AWS](https://coder.com/docs/v2/latest/platforms/aws)|
8-
| Google Compute Engine| Official|[Guide: Google Compute Engine](https://coder.com/docs/v2/latest/platforms/gcp)|
7+
| AWS EC2| Official|[Guide: AWS](https://coder.com/docs/platforms/aws)|
8+
| Google Compute Engine| Official|[Guide: Google Compute Engine](https://coder.com/docs/platforms/gcp)|
99
| Azure AKS| Unofficial|[GitHub: coder-aks](https://github.com/ericpaulsen/coder-aks)|
1010
| Terraform (GKE, AKS, LKE, DOKS, IBMCloud K8s, OVHCloud K8s, Scaleway K8s Kapsule)| Unofficial|[GitHub: coder-oss-terraform](https://github.com/ElliotG/coder-oss-tf)|
1111
| Fly.io| Unofficial|[Blog: Run Coder on Fly.io](https://coder.com/blog/remote-developer-environments-on-fly-io)|

‎docs/tutorials/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Enterprise. These are hosted on our
66
request new topics to be covered.
77

88
<children>
9-
This page is rendered onhttps://coder.com/docs/v2/latest/guides. Refer to the other documents in the`guides/` directory for specific employee-written guides.
9+
This page is rendered onhttps://coder.com/docs/guides. Refer to the other documents in the`guides/` directory for specific employee-written guides.
1010
</children>

‎docs/tutorials/artifactory-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ two type of modules that automate the JFrog Artifactory and Coder integration.
3737

3838
This module is usable by JFrog self-hosted (on-premises) Artifactory as it
3939
requires configuring a custom integration. This integration benefits from
40-
Coder's[external-auth](https://coder.com/docs/v2/latest/admin/external-auth)
40+
Coder's[external-auth](https://coder.com/docs/admin/external-auth)
4141
feature and allows each user to authenticate with Artifactory using an OAuth
4242
flow and issues user-scoped tokens to each user.
4343

@@ -72,7 +72,7 @@ artifactory:
7272
![JFrog Platform new integration](../images/guides/artifactory-integration/jfrog-oauth-app.png)
7373

7474
3. Add a new
75-
[external authentication](https://coder.com/docs/v2/latest/admin/external-auth)
75+
[external authentication](https://coder.com/docs/admin/external-auth)
7676
to Coder by setting these env variables,
7777

7878
```env

‎docs/tutorials/configuring-okta.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ December 13, 2023
1616
1717
To configure custom claims in Okta to support syncing roles and groups with
1818
Coder, you must first have setup an Okta application with
19-
[OIDC working with Coder](https://coder.com/docs/v2/latest/admin/auth#openid-connect).
19+
[OIDC working with Coder](https://coder.com/docs/admin/auth#openid-connect).
2020
From here, we will add additional claims for Coder to use for syncing groups and
2121
roles.
2222

@@ -39,14 +39,14 @@ be sent.
3939

4040
>!! If the user does not belong to any groups, the claim will not be sent. Make
4141
>sure the user authenticating for testing is in at least 1 group. Defer to
42-
>[troubleshooting](https://coder.com/docs/v2/latest/admin/auth#troubleshooting)
42+
>[troubleshooting](https://coder.com/docs/admin/auth#troubleshooting)
4343
>with issues
4444
4545
![Okta OpenID Connect ID Token](../images/guides/okta/oidc_id_token.png)
4646

4747
Configure Coder to use these claims for group sync. These claims are present in
4848
the`id_token`. See all configuration options for group sync in the
49-
[docs](https://coder.com/docs/v2/latest/admin/auth#group-sync-enterprise).
49+
[docs](https://coder.com/docs/admin/auth#group-sync-enterprise).
5050

5151
```bash
5252
# Add the 'groups' scope.

‎docs/tutorials/example-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ December 13, 2023
1111
---
1212

1313
This is a guide on how to make Coder guides, it is not listed on our
14-
[official guides page](https://coder.com/docs/v2/latest/guides) in the docs.
14+
[official guides page](https://coder.com/docs/guides) in the docs.
1515
Intended for those who don't frequently contribute documentation changes to the
1616
`coder/coder` repository.
1717

1818
##Content
1919

2020
Defer to our
21-
[Contributing/Documentation](https://coder.com/docs/v2/latest/contributing/documentation)
21+
[Contributing/Documentation](https://coder.com/docs/contributing/documentation)
2222
page for rules on technical writing.
2323

2424
###Adding Photos

‎docs/tutorials/faqs.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The primary developer use case is a local IDE connecting over SSH to a Coder
4141
workspace.
4242

4343
Coder's networking stack has intelligence to attempt a peer-to-peer or
44-
[Direct connection](https://coder.com/docs/v2/latest/networking#direct-connections)
44+
[Direct connection](https://coder.com/docs/networking#direct-connections)
4545
between the local IDE and the workspace. However, this requires some additional
4646
protocols like UDP and being able to reach a STUN server to echo the IP
4747
addresses of the local IDE machine and workspace, for sharing using a Wireguard
@@ -58,9 +58,9 @@ troubleshooting.
5858

5959
| Flag| Value| Meaning|
6060
| --------------------------------------------------------------------------------------------------------------| -----------| -------------------------------------|
61-
|[`CODER_BLOCK_DIRECT`](https://coder.com/docs/v2/latest/cli/server#--block-direct-connections)|`true`| Blocks direct connections|
62-
|[`CODER_DERP_SERVER_STUN_ADDRESSES`](https://coder.com/docs/v2/latest/cli/server#--derp-server-stun-addresses)|`"disable"`| Disables STUN|
63-
|[`CODER_DERP_FORCE_WEBSOCKETS`](https://coder.com/docs/v2/latest/cli/server#--derp-force-websockets)|`true`| Forces websockets over Tailscale DERP|
61+
|[`CODER_BLOCK_DIRECT`](https://coder.com/docs/reference/cli/server#--block-direct-connections)|`true`| Blocks direct connections|
62+
|[`CODER_DERP_SERVER_STUN_ADDRESSES`](https://coder.com/docs/reference/cli/server#--derp-server-stun-addresses)|`"disable"`| Disables STUN|
63+
|[`CODER_DERP_FORCE_WEBSOCKETS`](https://coder.com/docs/reference/cli/server#--derp-force-websockets)|`true`| Forces websockets over Tailscale DERP|
6464

6565
###How do I configure NGINX as the reverse proxy in front of Coder?
6666

@@ -125,7 +125,7 @@ An important concept to understand is that Coder creates workspaces which have
125125
an agent that must be able to reach the `coder server`.
126126

127127
If the
128-
[`CODER_ACCESS_URL`](https://coder.com/docs/v2/latest/admin/configure#access-url)
128+
[`CODER_ACCESS_URL`](https://coder.com/docs/admin/configure#access-url)
129129
is not accessible from a workspace, the workspace may build, but the agent
130130
cannot reach Coder, and thus the missing icons. e.g., Terminal, IDEs, Apps.
131131

@@ -155,7 +155,7 @@ of these values can lead to existing workspaces failing to start. This issue
155155
occurs because the Terraform state will not be in sync with the new template.
156156

157157
However, a lesser-known CLI sub-command,
158-
[`coder update`](https://coder.com/docs/v2/latest/cli/update), can resolve this
158+
[`coder update`](https://coder.com/docs/reference/cli/update), can resolve this
159159
issue. This command re-prompts users to re-enter the input variables,
160160
potentially saving the workspace from a failed status.
161161

@@ -296,12 +296,12 @@ References:
296296

297297
-[Public Github Issue 6117](https://github.com/coder/coder/issues/6117)
298298
-[Public Github Issue 5677](https://github.com/coder/coder/issues/5677)
299-
-[Coder docs:Templates/Change Management](https://coder.com/docs/v2/latest/templates/change-management)
299+
-[Coder docs:Templates/Change Management](https://coder.com/docs/templates/change-management)
300300

301301
### Can I run Coder in an air-gapped or offline mode? (no Internet)?
302302

303303
Yes, Coder can be deployed in air-gapped or offline mode.
304-
https://coder.com/docs/v2/latest/install/offline
304+
https://coder.com/docs/install/offline
305305

306306
Our product bundles with the Terraform binary so assume access to terraform.io
307307
during installation. The docs outline rebuilding the Coder container with

‎docs/tutorials/xray-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ using Coder's [JFrog Xray Integration](https://github.com/coder/coder-xray).
2727
[permission](https://jfrog.com/help/r/jfrog-platform-administration-documentation/permissions)
2828
for the repositories you want to scan.
2929
2. Create a Coder
30-
[token](https://coder.com/docs/v2/latest/cli/tokens_create#tokens-create)
30+
[token](https://coder.com/docs/reference/cli/tokens_create#tokens-create)
3131
with a user that has the
32-
[`owner`](https://coder.com/docs/v2/latest/admin/users#roles) role.
32+
[`owner`](https://coder.com/docs/admin/users#roles) role.
3333
3. Create kubernetes secrets for the JFrog Xray and Coder tokens.
3434

3535
```bash

‎docs/user-guides/workspace-access/web-ides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ resource "coder_app" "rstudio" {
8282
```
8383

8484
If you cannot enable a
85-
[wildcard subdomain](https://coder.com/docs/v2/latest/admin/configure#wildcard-access-url),
85+
[wildcard subdomain](https://coder.com/docs/admin/configure#wildcard-access-url),
8686
you can configure the template to run RStudio on a path using an NGINX reverse
8787
proxy in the template. There is however
88-
[security risk](https://coder.com/docs/v2/latest/cli/server#--dangerous-allow-path-app-sharing)
88+
[security risk](https://coder.com/docs/reference/cli/server#--dangerous-allow-path-app-sharing)
8989
running an app on a path and the template code is more complicated with coder
9090
value substitution to recreate the path structure.
9191

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp