Skip to content

Commit 1f3ea07

Browse files
committed
fix 404s pt 3
1 parent f8b8fb6 commit 1f3ea07

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/admin/architectures/architecture.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ and _Coder workspaces_ deployed in the same region.
118118

119119
- Integrate with existing Single Sign-On (SSO) solutions used within the
120120
organization via the supported OAuth 2.0 or OpenID Connect standards.
121-
- Learn more about [Authentication in Coder](../admin/auth.md).
121+
- Learn more about [Authentication in Coder](../auth.md).
122122

123123
### Multi-region architecture
124124

@@ -327,8 +327,8 @@ across multiple regions and diverse cloud platforms.
327327
- Since the _Registry_ is isolated from the internet, platform engineers are
328328
responsible for maintaining Workspace container images and conducting periodic
329329
updates of base Docker images.
330-
- It is recommended to keep [Dev Containers](../templates/dev-containers.md) up
331-
to date with the latest released
330+
- It is recommended to keep [Dev Containers](../../templates/dev-containers.md)
331+
up to date with the latest released
332332
[Envbuilder](https://github.com/coder/envbuilder) runtime.
333333

334334
**Mirror of Terraform Registry**

docs/platforms/other.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Coder is highly extensible and is not limited to the platforms outlined in these
44
docs. The control plane can be provisioned on any VM or container compute, and
55
workspaces can include any Terraform resource. See our
6-
[architecture diagram](../about/architecture.md) for more details.
6+
[architecture documentation](../admin/architectures/architecture.md) for more
7+
details.
78

89
The following resources may help as you're deploying Coder.
910

0 commit comments

Comments
 (0)