From 056a263f0294acb17e74383910432e7a22ffc2ad Mon Sep 17 00:00:00 2001 From: Micah Dameron Date: Thu, 28 Feb 2019 18:05:11 -0700 Subject: [PATCH] modified: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7759c1166..6523e9202 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ by the team: from the Ethereum Foundation to develop *simpleserialize* (SSZ), a purpose-built serialization format for sending information across a network. Check out the [SSZ -implementation](https://github.com/sigp/lighthouse/tree/master/beacon_chain/utils/ssz) +implementation](https://github.com/ethereum/eth2.0-specs/blob/00aa553fee95963b74fbec84dbd274d7247b8a0e/specs/simple-serialize.md) and this [research](https://github.com/sigp/serialization_sandbox/blob/report/report/serialization_report.md) on serialization formats for more information.