From 57b6e081d17c22e5eb6fdace54fd101e4727c148 Mon Sep 17 00:00:00 2001 From: Danilo Pantani Date: Tue, 19 Nov 2024 21:11:10 -0300 Subject: [PATCH] fix gex docs --- README.md | 2 +- _registry/ignite.apps.appregistry.json | 2 +- _registry/ignite.apps.explorer.json | 2 +- _registry/ignite.apps.hermes.json | 2 +- _registry/ignite.apps.rollkit.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 818ef852..b63188c4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/_registry/ignite.apps.appregistry.json b/_registry/ignite.apps.appregistry.json index f1f24713..1a98758b 100644 --- a/_registry/ignite.apps.appregistry.json +++ b/_registry/ignite.apps.appregistry.json @@ -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" diff --git a/_registry/ignite.apps.explorer.json b/_registry/ignite.apps.explorer.json index f65fa521..362486fa 100644 --- a/_registry/ignite.apps.explorer.json +++ b/_registry/ignite.apps.explorer.json @@ -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" diff --git a/_registry/ignite.apps.hermes.json b/_registry/ignite.apps.hermes.json index 3b822dc0..050a8303 100644 --- a/_registry/ignite.apps.hermes.json +++ b/_registry/ignite.apps.hermes.json @@ -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" diff --git a/_registry/ignite.apps.rollkit.json b/_registry/ignite.apps.rollkit.json index e34eeaec..5be36696 100644 --- a/_registry/ignite.apps.rollkit.json +++ b/_registry/ignite.apps.rollkit.json @@ -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"