From 1f4f20c3af8ac915ea5853691ca43a4b4ae378ba Mon Sep 17 00:00:00 2001 From: maxwellfoley3 <52667841+maxwellfoley3@users.noreply.github.com> Date: Wed, 6 Nov 2019 05:01:05 -0500 Subject: [PATCH] fix typo in link (#5281) --- docs/spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/README.md b/docs/spec/README.md index 2ed5a8afa5..4542ccd242 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -13,7 +13,7 @@ block. ## Modules specifications -- [Auth](../../x/authspec) - The structure and authentication of accounts and transactions. +- [Auth](../../x/auth/spec) - The structure and authentication of accounts and transactions. - [Bank](../../x/bank/spec) - Sending tokens. - [Governance](../../x/governance/spec) - Proposals and voting. - [Staking](../../x/staking/spec) - Proof-of-stake bonding, delegation, etc.