Skip to content

Commit 6b3e710

Browse files
committed
Remove old references
1 parent 223a0bb commit 6b3e710

File tree

1 file changed

+2
-2
lines changed
  • registry/coder-labs/modules/sourcegraph_amp

1 file changed

+2
-2
lines changed

registry/coder-labs/modules/sourcegraph_amp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Run [Sourcegraph AMP CLI](https://sourcegraph.com/amp) in your workspace to acce
1212

1313
```tf
1414
module "sourcegraph_amp" {
15-
source = "registry.coder.com/harsh9485/sourcegraph_amp/coder"
15+
source = "registry.coder.com/coder-labs/sourcegraph_amp/coder"
1616
version = "1.0.0"
1717
agent_id = coder_agent.example.id
1818
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key
@@ -59,7 +59,7 @@ variable "sourcegraph_amp_api_key" {
5959
6060
module "sourcegraph_amp" {
6161
count = data.coder_workspace.me.start_count
62-
source = "registry.coder.com/harsh9485/sourcegraph_amp/coder"
62+
source = "registry.coder.com/coder-labs/sourcegraph_amp/coder"
6363
version = "1.0.0"
6464
agent_id = coder_agent.example.id
6565
sourcegraph_amp_api_key = var.sourcegraph_amp_api_key # recommended for authenticated usage

0 commit comments

Comments
 (0)