diff --git a/README.md b/README.md index 1bae65f96..c1f09f675 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ Sharding follows the merge, and is divided into three parts: * [Beacon Chain changes](specs/sharding/beacon-chain.md) * [P2P Network changes](specs/sharding/p2p-interface.md) * Proof of Custody - * [Custody Game](specs/custody/custody-game.md) - * [Validator custody work](specs/custody/validator.md) + * [Custody Game](specs/proof_of_custody/custody-game.md) + * [Validator custody work](specs/proof_of_custody/validator.md) * Data Availability Sampling * Technical details [here](https://hackmd.io/@HWeNw8hNRimMm2m2GH56Cw/B1YJPGkpD). * [Core types and functions](specs/das/das-core.md) diff --git a/specs/custody/custody-game.md b/specs/proof_of_custody/custody-game.md similarity index 100% rename from specs/custody/custody-game.md rename to specs/proof_of_custody/custody-game.md diff --git a/specs/custody/validator.md b/specs/proof_of_custody/validator.md similarity index 100% rename from specs/custody/validator.md rename to specs/proof_of_custody/validator.md