Skip to content

Conversation

blink-so[bot]
Copy link
Contributor

@blink-so blink-so bot commented Aug 15, 2025

Fixes the broken main.tf link reported in the tasks-docker template README.

The relative link ./main.tf was returning a 404 error on the registry website. This PR replaces it with the correct GitHub URL pointing to the main.tf file.

Changes:

  • Updated the main.tf link in /registry/coder-labs/templates/tasks-docker/README.md
  • Changed from [main.tf](./main.tf) to [main.tf](https://github.com/coder/registry/blob/main/registry/coder-labs/templates/tasks-docker/main.tf)

Tested: Verified the new link works correctly.

The relative link ./main.tf was broken on the registry website.
Replaced with the correct GitHub URL pointing to the main.tf file.

Fixes the 404 error reported for the main.tf link.
Changed from absolute GitHub URL back to relative link main.tf
per code review feedback.
@kylecarbs
Copy link
Member

Ahh, actually you're right it should be absolute. Since this renders on the site.

As clarified, the absolute URL is needed since this renders on the site
where relative links don't work properly.
@kylecarbs kylecarbs merged commit c73b923 into main Aug 16, 2025
4 checks passed
@kylecarbs kylecarbs deleted the fix-tasks-docker-main-tf-link branch August 16, 2025 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant