diff --git a/docs/cli.md b/docs/cli.md index 50a077a810..4f20ee6f21 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -684,7 +684,7 @@ For example, the following represents the configuration of an example `my-module { "module_id": "acme:my-module", "visibility": "public", - "url": "https://github.com/acme-co-example/my-module", + "url": "https://github.com//my-module", "description": "An example custom module.", "models": [ { @@ -852,7 +852,7 @@ For example, the following extends the `my-module` meta.json file f { "module_id": "acme:my-module", "visibility": "public", - "url": "https://github.com/acme-co-example/my-module", + "url": "https://github.com//my-module", "description": "An example custom module.", "models": [ { diff --git a/docs/registry/upload/_index.md b/docs/registry/upload/_index.md index eed9461fdc..a19f41b6a0 100644 --- a/docs/registry/upload/_index.md +++ b/docs/registry/upload/_index.md @@ -137,7 +137,7 @@ If you later wish to make your module public, you can use the [`viam module upda { "module_id": "acme:my-module", "visibility": "public", - "url": "https://github.com/acme-co-example/my-module", + "url": "https://github.com//my-module", "description": "An example custom module.", "models": [ {