Skip to content

Commit 6ba4b5b

Browse files
f0sselclaudeEdwardAngert
authored
docs: update module registry URLs to correct path structure (#18681)
## Summary - Updated documentation references to use the correct registry path structure - Changed URLs from incorrect paths to the correct format: - Modules main page: registry.coder.com/modules - Specific modules: registry.coder.com/modules/coder/{module-name} ## Test plan - Verify that all documentation links to modules point to the correct URL structure 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parent a185d3a commit 6ba4b5b

File tree

1 file changed

+8
-8
lines changed
  • docs/admin/templates/extending-templates

1 file changed

+8
-8
lines changed

docs/admin/templates/extending-templates/modules.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ in the Terraform documentation.
4040
Coder publishes plenty of modules that can be used to simplify some common tasks
4141
across templates. Some of the modules we publish are,
4242

43-
1. [`code-server`](https://registry.coder.com/modules/code-server) and
44-
[`vscode-web`](https://registry.coder.com/modules/vscode-web)
45-
2. [`git-clone`](https://registry.coder.com/modules/git-clone)
46-
3. [`dotfiles`](https://registry.coder.com/modules/dotfiles)
47-
4. [`jetbrains-gateway`](https://registry.coder.com/modules/jetbrains-gateway)
48-
5. [`jfrog-oauth`](https://registry.coder.com/modules/jfrog-oauth) and
49-
[`jfrog-token`](https://registry.coder.com/modules/jfrog-token)
50-
6. [`vault-github`](https://registry.coder.com/modules/vault-github)
43+
1. [`code-server`](https://registry.coder.com/modules/coder/code-server) and
44+
[`vscode-web`](https://registry.coder.com/modules/coder/vscode-web)
45+
2. [`git-clone`](https://registry.coder.com/modules/coder/git-clone)
46+
3. [`dotfiles`](https://registry.coder.com/modules/coder/dotfiles)
47+
4. [`jetbrains-gateway`](https://registry.coder.com/modules/coder/jetbrains-gateway)
48+
5. [`jfrog-oauth`](https://registry.coder.com/modules/coder/jfrog-oauth) and
49+
[`jfrog-token`](https://registry.coder.com/modules/coder/jfrog-token)
50+
6. [`vault-github`](https://registry.coder.com/modules/coder/vault-github)
5151

5252
For a full list of available modules please check
5353
[Coder module registry](https://registry.coder.com/modules).

0 commit comments

Comments
 (0)