From c06ffc4924bbc80d4864c7370e05eacc02003544 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Fri, 6 Sep 2019 17:07:45 -0400 Subject: [PATCH 1/2] 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 From 1d71ae9af4251b2bf3e6b1200b52104da771a8d8 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Sat, 7 Sep 2019 09:28:45 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8fb2bc591..fdfbd1c5e 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,6 @@ 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](https://github.com/ethereum/eth2.0-APIs/blob/master/apis/validator/beacon-node-validator-api.md) - ## Additional specifications for client implementers