Skip to content

Commit 5780050

Browse files
authored
chore(docs): fix broken links (coder#13056)
* fix broken links * fmt
1 parent a04c76c commit 5780050

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

.github/workflows/weekly-docs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
schedule:
55
- cron: "0 9 * * 1"
66
workflow_dispatch: # allows to run manually for testing
7+
pull_request:
8+
branches:
9+
- main
10+
paths:
11+
- "docs/**"
712

813
jobs:
914
check-docs:

docs/about/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ across multiple regions and diverse cloud platforms.
330330
- Since the _Registry_ is isolated from the internet, platform engineers are
331331
responsible for maintaining Workspace container images and conducting periodic
332332
updates of base Docker images.
333-
- It is recommended to keep [Dev Containers](../templates/devcontainers.md) up
333+
- It is recommended to keep [Dev Containers](../templates/dev-containers.md) up
334334
to date with the latest released
335335
[Envbuilder](https://github.com/coder/envbuilder) runtime.
336336

@@ -360,7 +360,7 @@ project-oriented [features](https://containers.dev/features) without requiring
360360
platform administrators to push altered Docker images.
361361

362362
Learn more about
363-
[Dev containers support](https://coder.com/docs/v2/latest/templates/devcontainers)
363+
[Dev containers support](https://coder.com/docs/v2/latest/templates/dev-containers)
364364
in Coder.
365365

366366
![Architecture Diagram](../images/architecture-devcontainers.png)

docs/changelogs/v0.26.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Features
44

5-
- [Devcontainer templates](https://coder.com/docs/v2/latest/templates/devcontainers)
5+
- [Devcontainer templates](https://coder.com/docs/v2/latest/templates/dev-containers)
66
for Coder (#8256)
77
- The dashboard will warn users when a workspace is unhealthy (#8422)
88
- Audit logs `resource_target` search query allows you to search by resource

examples/templates/devcontainer-docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo -u coder docker ps
3232

3333
## Architecture
3434

35-
Coder supports devcontainers with [envbuilder](https://github.com/coder/envbuilder), an open source project. Read more about this in [Coder's documentation](https://coder.com/docs/v2/latest/templates/devcontainers).
35+
Coder supports devcontainers with [envbuilder](https://github.com/coder/envbuilder), an open source project. Read more about this in [Coder's documentation](https://coder.com/docs/v2/latest/templates/dev-containers).
3636

3737
This template provisions the following resources:
3838

examples/templates/devcontainer-kubernetes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This template authenticates using a `~/.kube/config`, if present on the server,
2727

2828
## Architecture
2929

30-
Coder supports devcontainers with [envbuilder](https://github.com/coder/envbuilder), an open source project. Read more about this in [Coder's documentation](https://coder.com/docs/v2/latest/templates/devcontainers).
30+
Coder supports devcontainers with [envbuilder](https://github.com/coder/envbuilder), an open source project. Read more about this in [Coder's documentation](https://coder.com/docs/v2/latest/templates/dev-containers).
3131

3232
This template provisions the following resources:
3333

0 commit comments

Comments
 (0)