From c06ffc4924bbc80d4864c7370e05eacc02003544 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Fri, 6 Sep 2019 17:07:45 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0de6cd9ef..8fb2bc591 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ See the [Eth 2.0 Phase 2 Wiki](https://hackmd.io/UzysWse1Th240HELswKqVA?view) fo * [General test format](specs/test_formats/README.md) * [Merkle proof formats](specs/light_client/merkle_proofs.md) * [Light client syncing protocol](specs/light_client/sync_protocol.md) -* [Beacon node API for validator](specs/validator/0_beacon-node-validator-api.md) +* [Beacon node API for validator](https://github.com/ethereum/eth2.0-APIs/blob/master/apis/validator/beacon-node-validator-api.md) ## Additional specifications for client implementers