From 78db50c0915b1653a7776b0c7642733b123a6848 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Thu, 23 May 2024 18:33:39 -0400 Subject: [PATCH] DOCS-2340: Clarify example link (#2949) --- docs/cli.md | 4 ++-- docs/registry/upload/_index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": [ {