Skip to content

Commit 44f741a

Browse files
authored
Merge pull request #8154 from ethosdev/explainer
Restore original beacon chain explainer
2 parents ce5c2c0 + 09bc8e2 commit 44f741a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/BeaconChainActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const BeaconChainActions: React.FC = () => {
124124
intl
125125
),
126126
description: "Ethos.dev",
127-
link: "https://web.archive.org/web/20220719213551/https://ethos.dev/beacon-chain/",
127+
link: "https://ethos.dev/beacon-chain/",
128128
},
129129
{
130130
title: translateMessageId(

src/components/ShardChainsList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const ShardChainsList: React.FC<IProps> = () => {
4545
"page-upgrade-article-author-ethos-dev",
4646
intl
4747
),
48-
link: "https://web.archive.org/web/20220719213551/https://ethos.dev/beacon-chain/",
48+
link: "https://ethos.dev/beacon-chain/",
4949
},
5050
{
5151
title: translateMessageId(

src/content/community/grants/staking-community-grants/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ title="How can I learn more about Eth2?">
239239
- [Eth2 Overview](/eth2/)_ethereum.org_
240240
- [The beacon chain](/upgrades/beacon-chain/)_ethereum.org_
241241
- The Genesis of a Beacon Chain — Ben Edgington [https://hackmd.io/@benjaminion/genesis](https://hackmd.io/@benjaminion/genesis)
242-
- The Beacon Chain Ethereum 2.0 explainer — [https://ethos.dev/beacon-chain/](https://web.archive.org/web/20220719213551/https://ethos.dev/beacon-chain/)
242+
- The Beacon Chain Ethereum 2.0 explainer — [https://ethos.dev/beacon-chain/](https://ethos.dev/beacon-chain/)
243243
- [The State of Eth2](https://blog.ethereum.org/2020/06/02/the-state-of-eth2-june-2020/) _– Danny Ryan_
244244
- ['Intro to Eth2 & Staking for Beginners'](https://www.youtube.com/watch?v=tpkpW031RCI) - Superphiz
245245
- [https://old.reddit.com/r/ethstaker/wiki/studymaster](https://old.reddit.com/r/ethstaker/wiki/studymaster)

src/content/developers/docs/consensus-mechanisms/pos/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Overall, proof-of-stake, as it is implemented on Ethereum, has been demonstrated
6363
- [Proof of Stake FAQ](https://vitalik.ca/general/2017/12/31/pos_faq.html) _Vitalik Buterin_
6464
- [What is Proof of Stake](https://consensys.net/blog/blockchain-explained/what-is-proof-of-stake/) _ConsenSys_
6565
- [What Proof of Stake Is And Why It Matters](https://bitcoinmagazine.com/culture/what-proof-of-stake-is-and-why-it-matters-1377531463) _Vitalik Buterin_
66-
- [The Beacon Chain Ethereum 2.0 explainer you need to read first](https://web.archive.org/web/20220719213551/https://ethos.dev/beacon-chain/) _Ethos.dev_
66+
- [The Beacon Chain Ethereum 2.0 explainer you need to read first](https://ethos.dev/beacon-chain/) _Ethos.dev_
6767
- [Why Proof of Stake (Nov 2020)](https://vitalik.ca/general/2020/11/06/pos2020.html) _Vitalik Buterin_
6868
- [Proof of Stake: How I Learned to Love Weak Subjectivity](https://blog.ethereum.org/2014/11/25/proof-stake-learned-love-weak-subjectivity/) _Vitalik Buterin_
6969
- [Proof-of-stake Ethereum attack and defense](https://mirror.xyz/jmcook.eth/YqHargbVWVNRQqQpVpzrqEQ8IqwNUJDIpwRP7SS5FXs)

0 commit comments

Comments
 (0)