Skip to content

Commit

Permalink
DOCS-2340: Clarify example link (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-viam authored May 23, 2024
1 parent aa316b5 commit 78db50c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-repo-name>/my-module",
"description": "An example custom module.",
"models": [
{
Expand Down Expand Up @@ -852,7 +852,7 @@ For example, the following extends the `my-module` <file>meta.json</file> file f
{
"module_id": "acme:my-module",
"visibility": "public",
"url": "https://github.com/acme-co-example/my-module",
"url": "https://github.com/<my-repo-name>/my-module",
"description": "An example custom module.",
"models": [
{
Expand Down
2 changes: 1 addition & 1 deletion docs/registry/upload/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-repo-name>/my-module",
"description": "An example custom module.",
"models": [
{
Expand Down

0 comments on commit 78db50c

Please sign in to comment.