Skip to content

Commit

Permalink
fix gex docs (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Nov 20, 2024
1 parent ce7acc0 commit fcf3af2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ app-name/
├── go.mod
├── go.sum
├── main.go
└── readme.md
└── README.md

The actual implementation of the app is in the root directory, while the `cmd` directory contains the commands that are exposed to the user.

Expand Down
2 changes: 1 addition & 1 deletion _registry/ignite.apps.appregistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/tree/main/appregistry/README.md",
"documentationUrl": "https://github.com/ignite/apps/blob/main/appregistry/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion _registry/ignite.apps.explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/cosmos/gex",
"documentationUrl": "https://github.com/ignite/gex/blob/main/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion _registry/ignite.apps.hermes.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/tree/main/hermes/README.md",
"documentationUrl": "https://github.com/ignite/apps/blob/main/hermes/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion _registry/ignite.apps.rollkit.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"repositoryUrl": "https://github.com/ignite/apps",
"documentationUrl": "https://github.com/ignite/apps/tree/main/rollkit/README.md",
"documentationUrl": "https://github.com/ignite/apps/blob/main/rollkit/README.md",
"license": {
"name": "MIT",
"url": "https://github.com/ignite/apps/blob/main/LICENSE"
Expand Down

0 comments on commit fcf3af2

Please sign in to comment.