Skip to content

Commit a682798

Browse files
f0sselclaude
andcommitted
docs: update coder/modules references to coder/registry path structure
Updated all references to the Coder modules registry to use the new path structure. The old path was registry.coder.com/modules/{module-name} The new path is registry.coder.com/coder/modules/{module-name} 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4756080 commit a682798

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ 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/coder/modules/code-server) and
44+
[`vscode-web`](https://registry.coder.com/coder/modules/vscode-web)
45+
2. [`git-clone`](https://registry.coder.com/coder/modules/git-clone)
46+
3. [`dotfiles`](https://registry.coder.com/coder/modules/dotfiles)
47+
4. [`jetbrains-gateway`](https://registry.coder.com/coder/modules/jetbrains-gateway)
48+
5. [`jfrog-oauth`](https://registry.coder.com/coder/modules/jfrog-oauth) and
49+
[`jfrog-token`](https://registry.coder.com/coder/modules/jfrog-token)
50+
6. [`vault-github`](https://registry.coder.com/coder/modules/vault-github)
5151

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

5555
## Offline installations
5656

@@ -195,4 +195,4 @@ coder:
195195
- JFrog's
196196
[Terraform Registry support](https://jfrog.com/help/r/jfrog-artifactory-documentation/terraform-registry)
197197
- [Configuring the JFrog toolchain inside a workspace](../../integrations/jfrog-artifactory.md)
198-
- [Coder Module Registry](https://registry.coder.com/modules)
198+
- [Coder Module Registry](https://registry.coder.com/coder/modules)

docs/ai-coder/custom-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
> Join our [Discord channel](https://discord.gg/coder) or
1111
> [contact us](https://coder.com/contact) to get help or share feedback.
1212
13-
Custom agents beyond the ones listed in the [Coder registry](https://registry.coder.com/modules?tag=agent) can be used with Coder.
13+
Custom agents beyond the ones listed in the [Coder registry](https://registry.coder.com/coder/modules?tag=agent) can be used with Coder.
1414

1515
## Prerequisites
1616

@@ -44,6 +44,6 @@ This will start the MCP server and report activity back to the Coder control pla
4444
4545
## Contributing
4646

47-
We welcome contributions for various agents via the [Coder registry](https://registry.coder.com/modules?tag=agent)!
47+
We welcome contributions for various agents via the [Coder registry](https://registry.coder.com/coder/modules?tag=agent)!
4848

4949
See our [contributing guide](https://github.com/coder/registry/blob/main/CONTRIBUTING.md) for more information.

docs/user-guides/workspace-access/remote-desktops.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Use your favorite RDP client to connect to `<workspace-name>.coder` instead of `
5454
> when using Coder Connect because they do not respect the maximum transmission unit (MTU) of the link.
5555
> When this happens, the RDP client will appear to connect, but displays a blank screen.
5656
>
57-
> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module
57+
> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/coder/modules/windows-rdp) module
5858
> [disables RDP over UDP automatically](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22).
5959
>
6060
> To disable RDP over UDP, run the following in PowerShell:
@@ -102,7 +102,7 @@ resource "coder_app" "rdp-coder-desktop" {
102102
103103
## RDP Web
104104

105-
Our [Windows RDP](https://registry.coder.com/modules/windows-rdp) module in the Coder
105+
Our [Windows RDP](https://registry.coder.com/coder/modules/windows-rdp) module in the Coder
106106
Registry adds a one-click button to open an RDP session in the browser. This
107107
requires just a few lines of Terraform in your template, see the documentation
108108
on our registry for setup.
@@ -111,7 +111,7 @@ on our registry for setup.
111111

112112
## Amazon DCV Windows
113113

114-
Our [Amazon DCV Windows](https://registry.coder.com/modules/amazon-dcv-windows)
114+
Our [Amazon DCV Windows](https://registry.coder.com/coder/modules/amazon-dcv-windows)
115115
module adds a one-click button to open an Amazon DCV session in the browser.
116116
This requires just a few lines of Terraform in your template, see the
117117
documentation on our registry for setup.

0 commit comments

Comments
 (0)