mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
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>
This commit is contained in:
@@ -40,14 +40,14 @@ in the Terraform documentation.
|
||||
Coder publishes plenty of modules that can be used to simplify some common tasks
|
||||
across templates. Some of the modules we publish are,
|
||||
|
||||
1. [`code-server`](https://registry.coder.com/modules/code-server) and
|
||||
[`vscode-web`](https://registry.coder.com/modules/vscode-web)
|
||||
2. [`git-clone`](https://registry.coder.com/modules/git-clone)
|
||||
3. [`dotfiles`](https://registry.coder.com/modules/dotfiles)
|
||||
4. [`jetbrains-gateway`](https://registry.coder.com/modules/jetbrains-gateway)
|
||||
5. [`jfrog-oauth`](https://registry.coder.com/modules/jfrog-oauth) and
|
||||
[`jfrog-token`](https://registry.coder.com/modules/jfrog-token)
|
||||
6. [`vault-github`](https://registry.coder.com/modules/vault-github)
|
||||
1. [`code-server`](https://registry.coder.com/modules/coder/code-server) and
|
||||
[`vscode-web`](https://registry.coder.com/modules/coder/vscode-web)
|
||||
2. [`git-clone`](https://registry.coder.com/modules/coder/git-clone)
|
||||
3. [`dotfiles`](https://registry.coder.com/modules/coder/dotfiles)
|
||||
4. [`jetbrains-gateway`](https://registry.coder.com/modules/coder/jetbrains-gateway)
|
||||
5. [`jfrog-oauth`](https://registry.coder.com/modules/coder/jfrog-oauth) and
|
||||
[`jfrog-token`](https://registry.coder.com/modules/coder/jfrog-token)
|
||||
6. [`vault-github`](https://registry.coder.com/modules/coder/vault-github)
|
||||
|
||||
For a full list of available modules please check
|
||||
[Coder module registry](https://registry.coder.com/modules).
|
||||
|
||||
Reference in New Issue
Block a user