From 2d36f159c7d7b2199da99d2c3b246b50689849ee Mon Sep 17 00:00:00 2001 From: Daniel Liu <139250065@qq.com> Date: Wed, 3 Sep 2025 15:41:48 +0800 Subject: [PATCH] all: update dead wiki links #32215 (#1409) --- **Description:** - Replaced outdated GitHub wiki links with current, official documentation URLs. - Removed links that redirect or are no longer relevant. - Ensured all references point to up-to-date and reliable sources. --- Co-authored-by: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> --- rpc/doc.go | 2 +- tests/block_test_util.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/doc.go b/rpc/doc.go index e0a6324675..69b80a9afa 100644 --- a/rpc/doc.go +++ b/rpc/doc.go @@ -99,7 +99,7 @@ Subscriptions are deleted when the user sends an unsubscribe request or when the connection which was used to create the subscription is closed. This can be initiated by the client and server. The server will close the connection for any write error. -For more information about subscriptions, see https://github.com/ethereum/go-ethereum/wiki/RPC-PUB-SUB. +For more information about subscriptions, see https://geth.ethereum.org/docs/interacting-with-geth/rpc/pubsub Reverse Calls diff --git a/tests/block_test_util.go b/tests/block_test_util.go index a9f7b5d9e9..4bd26f9b81 100644 --- a/tests/block_test_util.go +++ b/tests/block_test_util.go @@ -156,7 +156,7 @@ func (t *BlockTest) genesis(config *params.ChainConfig) *core.Genesis { } /* -See https://github.com/ethereum/tests/wiki/Blockchain-Tests-II +See https://ethereum-tests.readthedocs.io/en/latest/blockchain-ref.html Whether a block is valid or not is a bit subtle, it's defined by presence of blockHeader, transactions and uncleHeaders fields. If they are missing, the block is