From bd8e9f2d1206323577273dbb089efd45b5debd71 Mon Sep 17 00:00:00 2001 From: grpcproto <124698625+grpcproto@users.noreply.github.com> Date: Tue, 7 Feb 2023 17:34:52 +0100 Subject: [PATCH] docs(mint): fix table of content (#14947) --- x/README.md | 2 +- x/mint/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x/README.md b/x/README.md index cea715ae8c..184b2de9a6 100644 --- a/x/README.md +++ b/x/README.md @@ -34,4 +34,4 @@ The IBC module for the SDK has moved to its [own repository](https://github.com/ ## CosmWasm -The CosmWasm module enables smart contracts, and has its [own repository](https://github.com/CosmWasm/cosmwasm) and [documentation site](https://docs.cosmwasm.com/docs/1.0). +The CosmWasm module enables smart contracts, and has its [own repository](https://github.com/CosmWasm/cosmwasm) and [documentation site](https://docs.cosmwasm.com/docs). diff --git a/x/mint/README.md b/x/mint/README.md index 61a23370b3..3b4966c2d0 100644 --- a/x/mint/README.md +++ b/x/mint/README.md @@ -17,9 +17,9 @@ sidebar_position: 1 * [Events](#events) * [BeginBlocker](#beginblocker) * [Client](#client) - * [CLI](#cli) - * [gRPC](#grpc) - * [REST](#rest) + * [CLI](#cli) + * [gRPC](#grpc) + * [REST](#rest) ## Concepts