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

Skip to content

Commit f1955ef

Browse files
committed
Update architecture doc links for consistency
Ensure all internal documentation links in the architecture guide are consistent and accurate by adopting the relative path format used throughout the documentation. This enhances user navigation and reduces link errors.
1 parent 8b44dfd commit f1955ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/admin/infrastructure/architecture.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ _provisionerd_ is the execution context for infrastructure modifying providers.
4242
At the moment, the only provider is Terraform (running `terraform`).
4343

4444
By default, the Coder server runs multiple provisioner daemons.
45-
[External provisioners](../admin/provisioners.md) can be added for security or
45+
[External provisioners](../provisioners.md) can be added for security or
4646
scalability purposes.
4747

4848
### Workspaces
@@ -71,7 +71,7 @@ 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/index.md#coder-agent) within
74+
[creating and running agents](../templates/extending-templates/README.md#workspace-agents) within
7575
workspaces.
7676

7777
## Service Bundling
@@ -107,10 +107,10 @@ Users will likely need to pull source code and other artifacts from a git
107107
provider. The Coder control plane and workspaces will need network connectivity
108108
to the git provider.
109109

110-
- [GitHub Enterprise](../../admin/external-auth.md#github-enterprise)
111-
- [GitLab](../../admin/external-auth.md#gitlab-self-managed)
112-
- [BitBucket](../../admin/external-auth.md#bitbucket-server)
113-
- [Other Providers](../../admin/external-auth.md#self-managed-git-providers)
110+
- [GitHub Enterprise](../external-auth.md#github-enterprise)
111+
- [GitLab](../external-auth.md#gitlab-self-managed)
112+
- [BitBucket](../external-auth.md#bitbucket-server)
113+
- [Other Providers](../external-auth.md#self-managed-git-providers)
114114

115115
### Artifact Manager (Optional)
116116

0 commit comments

Comments
 (0)