Skip to content

Commit d8a3ebe

Browse files
authored
docs: fix example template README 404s and semantics (#11903)
* docs: fix example template README 404s and semantics * make: gen
1 parent f572e18 commit d8a3ebe

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

examples/examples.gen.json

+7-7
Large diffs are not rendered by default.

examples/templates/aws-linux/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [vm, linux, aws, persistent-vm]
99

1010
# Remote Development on AWS EC2 VMs (Linux)
1111

12-
Provision AWS EC2 VMs as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision AWS EC2 VMs as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/aws-windows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [vm, windows, aws]
99

1010
# Remote Development on AWS EC2 VMs (Windows)
1111

12-
Provision AWS EC2 VMs as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision AWS EC2 Windows VMs as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/azure-linux/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [vm, linux, azure]
99

1010
# Remote Development on Azure VMs (Linux)
1111

12-
Provision AWS EC2 VMs as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision Azure Linux VMs as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/azure-windows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [vm, windows, azure]
99

1010
# Remote Development on Azure VMs (Windows)
1111

12-
Provision AWS EC2 VMs as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision Azure Windows VMs as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/devcontainer-docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [container, docker, devcontainer]
99

1010
# Remote Development on Docker Containers (with Devcontainers)
1111

12-
Provision Docker containers as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision Docker containers as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/devcontainer-kubernetes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [container, kubernetes, devcontainer]
99

1010
# Remote Development on Kubernetes Pods (with Devcontainers)
1111

12-
Provision Kubernetes Pods as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision Kubernetes Pods as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/do-linux/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [vm, linux, digitalocean]
99

1010
# Remote Development on DigitalOcean Droplets
1111

12-
Provision DigitalOcean Droplets as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision DigitalOcean Droplets as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [docker, container]
99

1010
# Remote Development on Docker Containers
1111

12-
Provision Docker containers as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision Docker containers as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/kubernetes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [kubernetes, container]
99

1010
# Remote Development on Kubernetes Pods
1111

12-
Provision Kubernetes Pods as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template.
12+
Provision Kubernetes Pods as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template.
1313

1414
<!-- TODO: Add screenshot -->
1515

examples/templates/nomad-docker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [nomad, container]
99

1010
# Remote Development on Nomad
1111

12-
Provision Nomad Jobs as [Coder workspaces](https://coder.com/docs/coder-v2/latest) with this example template. This example shows how to use Nomad service tasks to be used as a development environment using docker and host csi volumes.
12+
Provision Nomad Jobs as [Coder workspaces](https://coder.com/docs/v2/latest/workspaces) with this example template. This example shows how to use Nomad service tasks to be used as a development environment using docker and host csi volumes.
1313

1414
<!-- TODO: Add screenshot -->
1515

0 commit comments

Comments
 (0)