Skip to content

Commit e18e1f9

Browse files
authored
Apply suggestions from code review
1 parent e39ce5f commit e18e1f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

registry/coder/modules/amazon-q/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run [Amazon Q](https://aws.amazon.com/q/) in your workspace to access Amazon's A
1313

1414
```tf
1515
module "amazon-q" {
16-
source = "registry.coder.com/modules/amazon-q/coder"
16+
source = "registry.coder.com/coder/amazon-q/coder"
1717
version = "1.0.0"
1818
agent_id = coder_agent.example.id
1919
# Required: see below for how to generate
@@ -81,7 +81,7 @@ module "amazon-q" {
8181

8282
```tf
8383
module "amazon-q" {
84-
source = "registry.coder.com/modules/amazon-q/coder"
84+
source = "registry.coder.com/coder/amazon-q/coder"
8585
version = "1.0.0"
8686
agent_id = coder_agent.example.id
8787
experiment_auth_tarball = var.amazon_q_auth_tarball
@@ -93,7 +93,7 @@ module "amazon-q" {
9393

9494
```tf
9595
module "amazon-q" {
96-
source = "registry.coder.com/modules/amazon-q/coder"
96+
source = "registry.coder.com/coder/amazon-q/coder"
9797
version = "1.0.0"
9898
agent_id = coder_agent.example.id
9999
experiment_auth_tarball = var.amazon_q_auth_tarball
@@ -105,7 +105,7 @@ module "amazon-q" {
105105

106106
```tf
107107
module "amazon-q" {
108-
source = "registry.coder.com/modules/amazon-q/coder"
108+
source = "registry.coder.com/coder/amazon-q/coder"
109109
version = "1.0.0"
110110
agent_id = coder_agent.example.id
111111
experiment_auth_tarball = var.amazon_q_auth_tarball

0 commit comments

Comments
 (0)