From 3915a6e15afa931836fda117e61f33002d870a5a Mon Sep 17 00:00:00 2001 From: Valentin Mihov Date: Fri, 20 Dec 2019 12:44:03 +0200 Subject: [PATCH] Fix the links in the TOC (#4334) The links for running the client, were pointing to wrong sections. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f346a6cb3..8e16b051e 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Participation is now open to the public for our Ethereum 2.0 phase 0 testnet rel - [Build via Docker](#build-via-docker) - [Build via Bazel](#build-via-bazel) - [Connecting to the public testnet: running a beacon node](#connecting-to-the-testnet-running-a-beacon-node) - - [Running via Docker](#build-via-docker) - - [Running via Bazel](#build-via-bazel) + - [Running via Docker](#running-via-docker) + - [Running via Bazel](#running-via-bazel) - [Staking ETH: running a validator client](#staking-eth-running-a-validator-client) - [Activating your validator: depositing 3.2 Goerli ETH](#activating-your-validator-depositing-32-goerli-eth) - [Starting the validator with Bazel](#starting-the-validator-with-bazel)