Skip to content

Commit fe6e89a

Browse files
committed
Update Markdown link paths for consistency
- Ensure consistent link formatting throughout documentation. - Improve navigation by adopting a unified link structure.
1 parent 32d091d commit fe6e89a

File tree

4 files changed

+21
-20
lines changed

4 files changed

+21
-20
lines changed

docs/admin/infrastructure/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ It offers the following services along with much more:
7171
- `startup_script` automation
7272

7373
Templates are responsible for
74-
[creating and running agents](../templates/extending-templates/README.md#workspace-agents) within
75-
workspaces.
74+
[creating and running agents](../templates/extending-templates/README.md#workspace-agents)
75+
within workspaces.
7676

7777
## Service Bundling
7878

docs/admin/integrations/jfrog-xray.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ using Coder's [JFrog Xray Integration](https://github.com/coder/coder-xray).
2626
with a user that has the read
2727
[permission](https://jfrog.com/help/r/jfrog-platform-administration-documentation/permissions)
2828
for the repositories you want to scan.
29-
1. Create a Coder [token](../../reference/cli/tokens_create#tokens-create) with
30-
a user that has the [`owner`](../users#roles) role.
29+
1. Create a Coder [token](../../reference/cli/tokens_create.md#tokens-create)
30+
with a user that has the [`owner`](../users#roles) role.
3131
1. Create Kubernetes secrets for the JFrog Xray and Coder tokens.
3232

3333
```bash

docs/admin/users/organizations.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Organizations (Premium)
22

3-
> Note: Organizations requires a [Premium license](../licensing.md). For more
4-
> details, [contact your account team](https://coder.com/contact).
3+
> Note: Organizations requires a
4+
> [Premium license](https://coder.com/pricing#compare-plans). For more details,
5+
> [contact your account team](https://coder.com/contact).
56
67
Organizations can be used to segment and isolate resources inside a Coder
78
deployment for different user groups or projects.
@@ -30,11 +31,12 @@ From there, you can manage the name, icon, description, users, and groups:
3031

3132
Any additional organizations have unique admins, users, templates, provisioners,
3233
groups, and workspaces. Each organization must have at least one
33-
[provisioner](./provisioners.md) as the built-in provisioner only applies to the
34-
default organization.
34+
[provisioner](../provisioners.md) as the built-in provisioner only applies to
35+
the default organization.
3536

36-
You can configure [organization/role/group sync](./auth.md) from your identity
37-
provider to avoid manually assigning users to organizations.
37+
You can configure
38+
[organization/role/group sync](./oidc-auth.md#group-sync-enterprise-premium)
39+
from your identity provider to avoid manually assigning users to organizations.
3840

3941
## Creating an organization
4042

@@ -55,11 +57,10 @@ From there, let's deploy a provisioner and template for this organization.
5557

5658
### 2. Deploy a provisioner
5759

58-
[Provisioners](../admin/provisioners.md) are organization-scoped and are
59-
responsible for executing Terraform/OpenTofu to provision the infrastructure for
60-
workspaces and testing templates. Before creating templates, we must deploy at
61-
least one provisioner as the built-in provisioners are scoped to the default
62-
organization.
60+
[Provisioners](../provisioners.md) are organization-scoped and are responsible
61+
for executing Terraform/OpenTofu to provision the infrastructure for workspaces
62+
and testing templates. Before creating templates, we must deploy at least one
63+
provisioner as the built-in provisioners are scoped to the default organization.
6364

6465
Using Coder CLI, run the following command to create a key that will be used to
6566
authenticate the provisioner:

docs/admin/users/password-auth.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ setup is a username/password account.
66
## Disable password authentication
77

88
To disable password authentication, use the
9-
[`CODER_DISABLE_PASSWORD_AUTH`](CODER_DISABLE_PASSWORD_AUTH) flag on the Coder
10-
server.
9+
[`CODER_DISABLE_PASSWORD_AUTH`](../../reference/cli/server.md#--disable-password-auth)
10+
flag on the Coder server.
1111

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/reference/cli/server_create-admin-user)
16-
command on your server.
15+
[`coder server create-admin-user`](../../reference/cli/server_create-admin-user.md)command
16+
on your server.
1717

1818
> Note: You must run this command on the same machine running the Coder server.
1919
> If you are running Coder on Kubernetes, this means using
@@ -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/cli/reset-password)
27+
[`coder reset-password`](../../reference/cli/reset-password.md)

0 commit comments

Comments
 (0)