Skip to content

Commit f7f9c8b

Browse files
authored
Merge pull request #270 from coder/webrdp-link
fix url schema for webrdp example
2 parents 352577b + 889186d commit f7f9c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

windows-rdp/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "windows_rdp" {
3232

3333
```tf
3434
module "windows_rdp" {
35-
source = "registry.coder.com/coder/module/windows-rdp"
35+
source = "registry.coder.com/modules/windows-rdp/coder"
3636
version = "1.0.16"
3737
count = data.coder_workspace.me.start_count
3838
agent_id = resource.coder_agent.main.id
@@ -44,7 +44,7 @@ module "windows_rdp" {
4444

4545
```tf
4646
module "windows_rdp" {
47-
source = "registry.coder.com/coder/module/windows-rdp"
47+
source = "registry.coder.com/modules/windows-rdp/coder"
4848
version = "1.0.16"
4949
count = data.coder_workspace.me.start_count
5050
agent_id = resource.coder_agent.main.id

0 commit comments

Comments
 (0)