Skip to content

Commit 6314915

Browse files
fix: repair broken template URLs and template file references
denbeigh2000/coder-templates was restructured into a single module; the aws-nixos, aws-spot-nixos, and aws-spot-nixos-graviton sub-paths are 404. Consolidate to a single entry pointing at the repo root. ElliotG/coder-oss-gke-tf was renamed to ElliotG/coder-oss-tf and redirects. The Tutorials bullet and the Automation bullet pointed at the same repo through the redirect, which awesome-lint flagged as a duplicate link once both URLs were canonicalized. Drop the Tutorials copy and keep the Automation entry, which is the natural home for 'provision Coder with Terraform'. PR and issue templates referenced ../blob/main/CONTRIBUTING.md, which is not a valid filesystem path and broke local file resolution in lychee. Switch to the absolute GitHub URL so the link works both as a clickable link and as a target lychee can verify. Verified locally with curl against every URL in the repo plus prettier, awesome-lint, and typos. This change was prepared by Coder Agents.
1 parent ebac8f8 commit 6314915

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/2-suggest-resource.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ body:
5555
attributes:
5656
label: "Checks"
5757
options:
58-
- label: "I have read the [contribution guidelines](../blob/main/CONTRIBUTING.md)."
58+
- label: "I have read the [contribution guidelines](https://github.com/coder/awesome-coder/blob/main/CONTRIBUTING.md)."
5959
required: true
6060
- label: "The resource is actively maintained."
6161
required: false

.github/PULL_REQUEST_TEMPLATE.md

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

2121
## Checklist
2222

23-
- [ ] I have read the [contribution guidelines](../blob/main/CONTRIBUTING.md).
23+
- [ ] I have read the [contribution guidelines](https://github.com/coder/awesome-coder/blob/main/CONTRIBUTING.md).
2424
- [ ] My entry follows the `[Name](url) - One-line description.` format.
2525
- [ ] The resource is actively maintained or otherwise worth listing.
2626
- [ ] `bun fmt:ci` passes locally (or I'm relying on CI to confirm).

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Your [contributions](CONTRIBUTING.md) are welcome!
3232
- [Coder 101: How Coder Works At A Higher Level](https://coder.com/blog/coder-101-how-coder-works-at-a-higher-level) - High-level overview of how Coder works.
3333
- [The Benefits of Remote Ephemeral Workspaces](https://blog.palantir.com/the-benefits-of-remote-ephemeral-workspaces-1a1251ed6e53) - Palantir on running ephemeral, remote development environments at scale.
3434
- [Laptop development is dead: why remote development is the future](https://medium.com/@elliotgraebert/laptop-development-is-dead-why-remote-development-is-the-future-f92ce103fd13) - Argument for moving developer environments off laptops.
35-
- [Coder OSS on GKE with Terraform in <20 minutes](https://github.com/ElliotG/coder-oss-gke-tf) - Terraform-driven Coder install on Google Kubernetes Engine.
3635

3736
## IDEs
3837

@@ -54,9 +53,7 @@ Your [contributions](CONTRIBUTING.md) are welcome!
5453
- [m.lan/coder-templates](https://gitlab.com/m.lan/coder-templates) - Kubernetes template with Docker in Docker (DinD).
5554
- [bpmct/coder-templates/proxmox-vm](https://github.com/bpmct/coder-templates/tree/main/proxmox-vm) - Develop in a Proxmox VM.
5655
- [bpmct/coder-templates/shared-mac](https://github.com/bpmct/coder-templates/tree/main/shared-mac) - Connect a pre-provisioned Mac device and provision system users as workspaces.
57-
- [denbeigh2000/coder-templates/aws-nixos](https://github.com/denbeigh2000/coder-templates/tree/master/aws-nixos) - Manage a NixOS development workspace on EC2.
58-
- [denbeigh2000/coder-templates/aws-spot-nixos-graviton](https://github.com/denbeigh2000/coder-templates/tree/master/aws-spot-nixos-graviton) - Manage a NixOS development workspace on EC2 with Graviton Spot Instances.
59-
- [denbeigh2000/coder-templates/aws-spot-nixos](https://github.com/denbeigh2000/coder-templates/tree/master/aws-spot-nixos) - Manage a NixOS development workspace on EC2 with Spot Instances.
56+
- [denbeigh2000/coder-templates](https://github.com/denbeigh2000/coder-templates) - Manage NixOS development workspaces on EC2, including spot and Graviton variants.
6057
- [8Bitz0/coder-rust-template](https://gitlab.com/8Bitz0/coder-rust-template) - Coder templates with various Linux distros for out-of-the-box Rust development.
6158
- [uwu/basic-env](https://github.com/uwu/basic-env) - Docker-based Node.js development environment with code-server, NoVNC, and dotfiles support out of the box.
6259
- [sulo1337/coder-kubevirt-template](https://github.com/sulo1337/coder-kubevirt-template) - KubeVirt-based development environment that provisions KVM virtual machines as Coder workspaces on top of a Kubernetes cluster.

0 commit comments

Comments
 (0)