diff --git a/.gitbook/SUMMARY.md b/.gitbook/SUMMARY.md index bbcc75190..f9fb2de00 100644 --- a/.gitbook/SUMMARY.md +++ b/.gitbook/SUMMARY.md @@ -3,7 +3,7 @@ * [Getting Started](README.md) * [Technical Concepts](readme/technical-concepts.md) * [Application Concepts](readme/application-concepts.md) - * [Token Metadata](readme/token-metadata/README.md) + * [Assets (Token Metadata)](readme/token-metadata/README.md) * [Creating Tokens](readme/token-metadata/creating-tokens.md) * [Denom Client](readme/token-metadata/denom-client.md) * [Networks](readme/networks.md) diff --git a/.gitbook/readme/token-metadata/creating-tokens.md b/.gitbook/readme/token-metadata/creating-tokens.md index a74e9c2aa..016ff789a 100644 --- a/.gitbook/readme/token-metadata/creating-tokens.md +++ b/.gitbook/readme/token-metadata/creating-tokens.md @@ -10,4 +10,4 @@ A single account can create multiple denoms, by providing a unique subdenom for * Change the admin. In the future, more admin capabilities may be added. Admins can choose to share admin privileges with other accounts using the authz module. The ChangeAdmin functionality allows changing the master admin account, or even setting it to "", meaning no account has admin privileges over the asset. * Set their token metadata on chain -To start creating your denoms, head to our [TokenFactory Core Module page](../../core-modules/token-factory.md) to see examples. +To start creating your denoms, head to our [TokenFactory Core Module page ](../../core-modules/token-factory.md)to see examples.