Skip to content

Commit 8d5ef2d

Browse files
f0sselclaude
andcommitted
docs: update module registry URLs to correct path structure
Updated all references to the Coder registry to use the correct path structure: - Modules page: registry.coder.com/modules - Module paths: registry.coder.com/modules/coder/{module-name} 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4756080 commit 8d5ef2d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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).

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/modules/coder/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/modules/coder/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/modules/coder/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)