diff --git a/README.md b/README.md index 36aae78..eeb914d 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,7 @@ You can read the docs in [Gitbook](https://onbloc.gitbook.io/gnoland-developer-p - [Signer](docs/tm2-js-client/signer/signer.md) - [Key](docs/tm2-js-client/signer/key.md) - [Ledger](docs/tm2-js-client/signer/ledger.md) - - [Wallet](docs/tm2-js-client/wallet/README.md) - - [Wallet](docs/tm2-js-client/wallet/wallet.md) + - [Wallet](docs/tm2-js-client/wallet.md) - [gno-js-client](docs/gno-js-client/README.md) - Tutorials - [Interact with Gnoland](tutorials/interact-with-gnoland.md) diff --git a/SUMMARY.md b/SUMMARY.md index 5e824ab..d950468 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -50,8 +50,7 @@ * [Signer](docs/tm2-js-client/signer/signer.md) * [Key](docs/tm2-js-client/signer/key.md) * [Ledger](docs/tm2-js-client/signer/ledger.md) - * [Wallet](docs/tm2-js-client/wallet/README.md) - * [Wallet](docs/tm2-js-client/wallet/wallet.md) + * [Wallet](docs/tm2-js-client/wallet.md) * [gno-js-client](docs/gno-js-client/README.md) ## Tutorials diff --git a/docs/tm2-js-client/README.md b/docs/tm2-js-client/README.md index 5952426..4c4e4ae 100644 --- a/docs/tm2-js-client/README.md +++ b/docs/tm2-js-client/README.md @@ -2,8 +2,7 @@ This section will provide an overview and basic features of tm2-js-client. -* [Getting Started](getting-started.md) * [Provider](provider/) * [Signer](signer/) -* [Wallet](wallet/) +* [Wallet](wallet.md/) diff --git a/docs/tm2-js-client/wallet/wallet.md b/docs/tm2-js-client/wallet.md similarity index 100% rename from docs/tm2-js-client/wallet/wallet.md rename to docs/tm2-js-client/wallet.md diff --git a/docs/tm2-js-client/wallet/README.md b/docs/tm2-js-client/wallet/README.md deleted file mode 100644 index ab22ead..0000000 --- a/docs/tm2-js-client/wallet/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Wallet - -* [Wallet](wallet.md)