From 90704aa2d7a56c17d4d7f321fe0b7a59360528b5 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Thu, 3 Apr 2025 18:41:12 +0300 Subject: [PATCH 1/2] Update eth2.md --- docs/reading/eth2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reading/eth2.md b/docs/reading/eth2.md index d558d10dd..b646b227e 100644 --- a/docs/reading/eth2.md +++ b/docs/reading/eth2.md @@ -94,7 +94,7 @@ This page serves material necessary to catch up with the current state of Ethere ### Serenity research posts -* [Sharding Spec](https://ethereum.github.io/consensus-specs/specs/_features/sharding/beacon-chain/) +* [Sharding Spec](https://ethereum.github.io/consensus-specs/specs/_deprecated/sharding/beacon-chain/) * [Casper/Sharding/Beacon Chain FAQs](https://notes.ethereum.org/9MMuzWeFTTSg-3Tz_YeiBA?view) * [RETIRED! Sharding Phase 1 Spec](https://ethresear.ch/t/sharding-phase-1-spec-retired/1407/92) * [Exploring the Proposer/Collator Spec and Why it Was Retired](https://ethresear.ch/t/exploring-the-proposer-collator-split/1632/24) From b47811915fdc9e20321efa4eb95b542d9fb24150 Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Thu, 3 Apr 2025 18:44:24 +0300 Subject: [PATCH 2/2] Update required-reading.md --- docs/contribute/required-reading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/required-reading.md b/docs/contribute/required-reading.md index d71618f06..b40072a94 100644 --- a/docs/contribute/required-reading.md +++ b/docs/contribute/required-reading.md @@ -119,7 +119,7 @@ After reading the sharding material for part-time contributors, it is important **Serenity research posts** -* [Sharding Spec](https://ethereum.github.io/consensus-specs/specs/_features/sharding/beacon-chain/) +* [Sharding Spec](https://ethereum.github.io/consensus-specs/specs/_deprecated/sharding/beacon-chain/) * [Casper/Sharding/Beacon Chain FAQs](https://notes.ethereum.org/9MMuzWeFTTSg-3Tz_YeiBA?view) * [RETIRED! Sharding Phase 1 Spec](https://ethresear.ch/t/sharding-phase-1-spec-retired/1407/92) * [Exploring the Proposer/Collator Spec and Why it Was Retired](https://ethresear.ch/t/exploring-the-proposer-collator-split/1632/24)