From cbbb16bdfa7f68a5a5c31c94649f757c51195285 Mon Sep 17 00:00:00 2001 From: boleklebovski <160799963+boleklebovski@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:19:34 +0200 Subject: [PATCH] chore(whitepapers): fix the dead Ethereum whitepaper citation Reference [2] in the TON whitepaper pointed at github.com/ethereum/wiki/wiki/White-Paper. That repository was deleted, so the citation 404s. Point it at the whitepaper's current canonical home on ethereum.org instead. Signed-off-by: boleklebovski <160799963+boleklebovski@users.noreply.github.com> --- content/foundations/whitepapers/ton.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/foundations/whitepapers/ton.mdx b/content/foundations/whitepapers/ton.mdx index 5cf517922..f08e99c27 100644 --- a/content/foundations/whitepapers/ton.mdx +++ b/content/foundations/whitepapers/ton.mdx @@ -2253,7 +2253,7 @@ The "bulk sales" mechanism will probably be used extensively during the initial [1] K. Birman, *Reliable Distributed Systems: Technologies, Web Services and Applications*, Springer, 2005. -[2] V. Buterin, *Ethereum: A next-generation smart contract and decentralized application platform*, https://github.com/ethereum/wiki/wiki/White-Paper, 2013. +[2] V. Buterin, *Ethereum: A next-generation smart contract and decentralized application platform*, https://ethereum.org/en/whitepaper/, 2013. [3] M. Ben-Or, B. Kelmer, T. Rabin, *Asynchronous secure computations with optimal resilience*, in *Proceedings of the thirteenth annual ACM symposium on Principles of distributed computing*, p. 183–192. ACM, 1994.