From 539271e6d89108b47ce13a42e270b835e6c97e33 Mon Sep 17 00:00:00 2001 From: Zach Ramsay Date: Wed, 7 Feb 2018 16:28:33 +0000 Subject: [PATCH] docs: fix links --- docs/index.rst | 11 +++++++---- docs/staking/intro.rst | 2 +- docs/staking/public-testnet.rst | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index fb58f318c8d7..80d5dd48d58d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,17 +35,20 @@ SDK Extensions ---------- +Replay Protection +~~~~~~~~~~~~~~~~~ + .. toctree:: - :maxdepth: 2 + :maxdepth: 1 x/replay-protection.rst -Staking Module --------------- +Staking +~~~~~~~ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 staking/intro.rst staking/key-management.rst diff --git a/docs/staking/intro.rst b/docs/staking/intro.rst index 786c9c44db03..ca1d002f57a5 100644 --- a/docs/staking/intro.rst +++ b/docs/staking/intro.rst @@ -47,7 +47,7 @@ that you've setup or joined a testnet. Generating Keys --------------- -Review the `key management tutorial <../sdk/key-management.html>`__ and create one key +Review the `key management tutorial <../key-management.html>`__ and create one key if you'll be joining the public testnet, and three keys if you'll be trying out a local testnet. diff --git a/docs/staking/public-testnet.rst b/docs/staking/public-testnet.rst index 1681095c70e5..440a084499b7 100644 --- a/docs/staking/public-testnet.rst +++ b/docs/staking/public-testnet.rst @@ -9,7 +9,7 @@ other testnets, choose different initialization files, described below. Get Tokens ---------- -If you haven't already `created a key <../sdk/key-management.html>`__, +If you haven't already `created a key <../key-management.html>`__, do so now. Copy your key's address and enter it into `this utility `__ which will send you some ``fermion`` testnet tokens.