Skip to content

docs: fix example template README 404s and semantics #11903

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions examples/examples.gen.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/templates/aws-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [vm, linux, aws, persistent-vm]

# Remote Development on AWS EC2 VMs (Linux)

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/aws-windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [vm, windows, aws]

# Remote Development on AWS EC2 VMs (Windows)

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/azure-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [vm, linux, azure]

# Remote Development on Azure VMs (Linux)

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/azure-windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [vm, windows, azure]

# Remote Development on Azure VMs (Windows)

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/devcontainer-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [container, docker, devcontainer]

# Remote Development on Docker Containers (with Devcontainers)

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/devcontainer-kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [container, kubernetes, devcontainer]

# Remote Development on Kubernetes Pods (with Devcontainers)

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/do-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [vm, linux, digitalocean]

# Remote Development on DigitalOcean Droplets

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [docker, container]

# Remote Development on Docker Containers

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [kubernetes, container]

# Remote Development on Kubernetes Pods

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

<!-- TODO: Add screenshot -->

Expand Down
2 changes: 1 addition & 1 deletion examples/templates/nomad-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: [nomad, container]

# Remote Development on Nomad

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.
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.

<!-- TODO: Add screenshot -->

Expand Down