From 8d5ef2d12cedf804a2a63578d24c420aad32c387 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Mon, 30 Jun 2025 21:02:35 +0000 Subject: [PATCH] docs: update module registry URLs to correct path structure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .../templates/extending-templates/modules.md | 16 ++++++++-------- .../workspace-access/remote-desktops.md | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/admin/templates/extending-templates/modules.md b/docs/admin/templates/extending-templates/modules.md index d7ed472831662..1495dfce1f2da 100644 --- a/docs/admin/templates/extending-templates/modules.md +++ b/docs/admin/templates/extending-templates/modules.md @@ -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). diff --git a/docs/user-guides/workspace-access/remote-desktops.md b/docs/user-guides/workspace-access/remote-desktops.md index 56bd17bf8b8a9..db779f4282b30 100644 --- a/docs/user-guides/workspace-access/remote-desktops.md +++ b/docs/user-guides/workspace-access/remote-desktops.md @@ -54,7 +54,7 @@ Use your favorite RDP client to connect to `.coder` instead of ` > when using Coder Connect because they do not respect the maximum transmission unit (MTU) of the link. > When this happens, the RDP client will appear to connect, but displays a blank screen. > -> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/windows-rdp) module +> To avoid this error, Coder's [Windows RDP](https://registry.coder.com/modules/coder/windows-rdp) module > [disables RDP over UDP automatically](https://github.com/coder/registry/blob/b58bfebcf3bcdcde4f06a183f92eb3e01842d270/registry/coder/modules/windows-rdp/powershell-installation-script.tftpl#L22). > > To disable RDP over UDP, run the following in PowerShell: @@ -102,7 +102,7 @@ resource "coder_app" "rdp-coder-desktop" { ## RDP Web -Our [Windows RDP](https://registry.coder.com/modules/windows-rdp) module in the Coder +Our [Windows RDP](https://registry.coder.com/modules/coder/windows-rdp) module in the Coder Registry adds a one-click button to open an RDP session in the browser. This requires just a few lines of Terraform in your template, see the documentation on our registry for setup. @@ -111,7 +111,7 @@ on our registry for setup. ## Amazon DCV Windows -Our [Amazon DCV Windows](https://registry.coder.com/modules/amazon-dcv-windows) +Our [Amazon DCV Windows](https://registry.coder.com/modules/coder/amazon-dcv-windows) module adds a one-click button to open an Amazon DCV session in the browser. This requires just a few lines of Terraform in your template, see the documentation on our registry for setup.