update redirects and fix line break on cli page

This commit is contained in:
Joe 2022-12-06 11:14:17 +00:00
parent 336a3d21d1
commit e983c7e64d
2 changed files with 58 additions and 62 deletions

@ -3,8 +3,7 @@ title: Command-line Options
description: A list of commands for Geth description: A list of commands for Geth
--- ---
Geth is primarily controlled using the command line. Geth is started using the `geth` command. Geth is stopped by pressing `ctrl-c`. There are then many combinations of commands that configure precisely how geth will run. These commands are displayed below. The same information can be Geth is primarily controlled using the command line. Geth is started using the `geth` command. Geth is stopped by pressing `ctrl-c`. There are then many combinations of commands that configure precisely how geth will run. These commands are displayed below. The same information can be obtained at any time from your Geth instance by running:
obtained at any time from your Geth instance by running:
```sh ```sh
geth --help geth --help

@ -1,60 +1,57 @@
OLD Geth website URLS,Equivalent NEW website URLs,Relative path to markdown file,Notes OLD Geth website URLS,Equivalent NEW website URLs,,Notes
https://geth.ethereum.org/,https://geth.ethereum.org,src/pages/homepage,will be react page https://geth.ethereum.org/,https://geth.ethereum.org,,will be react page
https://geth.ethereum.org/downloads/,https://geth.ethereum.org/downloads,src/pages/downloads,will be react page https://geth.ethereum.org/downloads/,https://geth.ethereum.org/downloads,,will be react page
https://geth.ethereum.org/docs/,https://geth.ethereum.org/docs,src/pages/docs/index.md,n/a https://geth.ethereum.org/docs/,https://geth.ethereum.org/docs,,n/a
https://geth.ethereum.org/docs/getting-started,https://geth.ethereum.org/docs/getting_started/getting-started,src/pages/docs/getting_started/getting_started.md,n/a https://geth.ethereum.org/docs/getting-started,https://geth.ethereum.org/docs/getting-started/backup-restore,,n/a
https://geth.ethereum.org/docs/getting-started/geth-and-clef,https://geth.ethereum.org/docs/getting_started_with_clef,src/pages/docs/getting_started/getting-started-with-clef.md,n/a https://geth.ethereum.org/docs/getting-started/dev-mode,https://geth.ethereum.org/docs/developers/geth-developer/dev-mode,,n/a
https://geth.ethereum.org/docs/getting-started/dev-mode,https://geth.ethereum.org/docs/developers/geth-developers/dev-mode,src/pages/docs/developers/geth-developer/dev-mode.md,n/a https://geth.ethereum.org/docs/install-and-build/installing-geth,https://geth.ethereum.org/docs/getting-started/install-geth,,n/a
https://geth.ethereum.org/docs/install-and-build/installing-geth,https://geth.ethereum.org/docs/getting_started/install-geth,src/pages/docs/getting_started/backup-restore.md,n/a https://geth.ethereum.org/docs/install-and-build/backup-restore,https://geth.ethereum.org/docs/getting-started/backup-restore,,n/a
https://geth.ethereum.org/docs/install-and-build/backup-restore,https://geth.ethereum.org/docs/getting_started/backup-restore,src/pages/docs/getting_started/installing-geth.md,n/a https://geth.ethereum.org/docs/interface/command-line-options,https://geth.ethereum.org/docs/fundamentals/command-line-options,,n/a
https://geth.ethereum.org/docs/install-and-build/cross-compile,page removed,page removed,n/a https://geth.ethereum.org/docs/interface/pruning,https://geth.ethereum.org/docs/fundamentals/pruning,,n/a
https://geth.ethereum.org/docs/interface/command-line-options,https://geth.ethereum.org/fundamentals/command-line-options,src/pages/docs/fundamentals/command-line-options.md,n/a https://geth.ethereum.org/docs/interface/consensus-clients,https://geth.ethereum.org/docs/getting-started/consensus-client,,n/a
https://geth.ethereum.org/docs/interface/pruning,https://geth.ethereum.org/docs/fundamentals/pruning,src/pages/docs/fundamentals/pruning.md,n/a https://geth.ethereum.org/docs/interface/peer-to-peer,https://geth.ethereum.org/docs/fundamentals/peer-to-peer,,n/a
https://geth.ethereum.org/docs/interface/merge,page removed,page removed,n/a https://geth.ethereum.org/docs/interface/les,https://geth.ethereum.org/docs/fundamentals/les,,n/a
https://geth.ethereum.org/docs/interface/consensus-clients,https://geth.ethereum.org/docs/getting_started/consensus-client,src/pages/docs/getting_started/consensus-clients.md,n/a https://geth.ethereum.org/docs/interface/managing-your-accounts,https://geth.ethereum.org/docs/fundamentals/account-management,,n/a
https://geth.ethereum.org/docs/interface/peer-to-peer,https://geth.ethereum.org/docs/fundamentals/peer-to-peer,src/pages/docs/fundamentals/peer-to-peer.md,n/a https://geth.ethereum.org/docs/faq,https://geth.ethereum.org/docs/faq,,n/a
https://geth.ethereum.org/docs/interface/les,https://geth.ethereum.org/docs/fundamentals/les,src/pages/docs/fundamentals/les.md,n/a https://geth.ethereum.org/docs/interface/javascript-console,https://geth.ethereum.org/docs/interacting-with-geth/javascript-console,,n/a
https://geth.ethereum.org/docs/interface/managing-your-accounts,https://geth.ethereum.org/docs/fundamentals/account-management,src/pages/docs/fundamentals/account-management.md,n/a https://geth.ethereum.org/docs/interface/private-network,https://geth.ethereum.org/docs/developers/geth-developer/private-network,,n/a
https://geth.ethereum.org/docs/faq,https://geth.ethereum.org/docs/faq,src/pages/docs/faq.md,n/a https://geth.ethereum.org/docs/interface/mining,https://geth.ethereum.org/docs/fundamentals/mining,,n/a
https://geth.ethereum.org/docs/interface/javascript-console,https://geth.ethereum.org/docs/interacting-with-geth/javascript-console,src/pages/docs/interacting-with-geth/javascript-console.md,n/a https://geth.ethereum.org/docs/interface/metrics,https://geth.ethereum.org/docs/monitoring/metrics,,n/a
https://geth.ethereum.org/docs/interface/private-network,https://geth.ethereum.org/docs/developers/geth-developer/private-network,src/pages/docs/developers/geth-developer/private-network.md,n/a https://geth.ethereum.org/docs/dapp/native,https://geth.ethereum.org/docs/developers/dapp-developer/native,,n/a
https://geth.ethereum.org/docs/interface/mining,page removed,page removed,n/a https://geth.ethereum.org/docs/dapp/tracing,https://geth.ethereum.org/docs/developers/evm-tracing,,n/a
https://geth.ethereum.org/docs/interface/metrics,https://geth.ethereum.org/docs/monitoring/metrics,src/pages/docs/monitoring/metrics.md,n/a https://geth.ethereum.org/docs/dapp/custom-tracer,https://geth.ethereum.org/docs/developers/evm-tracing/custom-tracer,,n/a
https://geth.ethereum.org/docs/dapp/native,https://geth.ethereum.org/docs/developers/dapp-developer/native,src/pages/docs/developers/dapp-developer/native.md,n/a https://geth.ethereum.org/docs/dapp/builtin-tracers,https://geth.ethereum.org/docs/developers/evm-tracing/built-in-tracers,,n/a
https://geth.ethereum.org/docs/dapp/tracing,https://geth.ethereum.org/docs/developers/dapp-developer/tracing,src/pages/docs/developers/dapp-developer/tracing.md,n/a https://geth.ethereum.org/docs/dapp/native-accounts,https://geth.ethereum.org/docs/docs/developers/dapp-developer/native-accounts,,n/a
https://geth.ethereum.org/docs/dapp/custom-tracer,https://geth.ethereum.org/docs/developers/dapp-developer/custom-tracer,src/pages/docs/developers/dapp-developer/custom-tracer.md,n/a https://geth.ethereum.org/docs/dapp/native-bindings,https://geth.ethereum.org/docs/developers/dapp-developer/native-bindings,,n/a
https://geth.ethereum.org/docs/dapp/builtin-tracers,https://geth.ethereum.org/docs/developers/dapp-developer/built-in-tracer,src/pages/docs/developers/dapp-developer/built-in-tracers.md,n/a https://geth.ethereum.org/docs/dapp/mobile,https://geth.ethereum.org/docs/developers/dapp-developer/mobile,,n/a
https://geth.ethereum.org/docs/dapp/native-accounts,https://geth.ethereum.org/docs/developers/dapp-developer/native-accounts,src/pages/docs/developers/dapp-developer/native-accounts.md,n/a https://geth.ethereum.org/docs/dapp/mobile-accounts,https://geth.ethereum.org/docs/developers/dapp-developer/mobile,,n/a
https://geth.ethereum.org/docs/dapp/native-bindings,https://geth.ethereum.org/docs/developers/dapp-developer/native-bindings,src/pages/docs/developers/dapp-developer/native-bindings.md,n/a https://geth.ethereum.org/docs/rpc/server,https://geth.ethereum.org/docs/interacting-with-geth/rpc,,n/a
https://geth.ethereum.org/docs/dapp/mobile,https://geth.ethereum.org/docs/developers/dapp-developer/mobile,src/pages/docs/developers/dapp-developer/mobile.md,n/a https://geth.ethereum.org/docs/rpc/pubsub,https://geth.ethereum.org/docs/interacting-with-geth/rpc/pubsub,,n/a
https://geth.ethereum.org/docs/dapp/mobile-accounts,page removed,page removed,n/a https://geth.ethereum.org/docs/rpc/batch,https://geth.ethereum.org/docs/interacting-with-geth/rpc/batch,,n/a
https://geth.ethereum.org/docs/rpc/server,https://geth.ethereum.org/docs/interacting-with-geth/rpc/server,src/pages/docs/interacting-with-geth/rpc/server.md,n/a https://geth.ethereum.org/docs/rpc/graphql,https://geth.ethereum.org/docs/interacting-with-geth/rpc/graphql,,n/a
https://geth.ethereum.org/docs/rpc/pubsub,https://geth.ethereum.org/docs/interacting-with-geth/rpc/pubsub,src/pages/docs/interacting-with-geth/rpc/pubsub.md,n/a https://geth.ethereum.org/docs/rpc/ns-admin,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-admin,,n/a
https://geth.ethereum.org/docs/rpc/batch,https://geth.ethereum.org/docs//interacting-with-geth/rpc/batch,src/pages/docs/interacting-with-geth/rpc/batch.md,n/a https://geth.ethereum.org/docs/rpc/ns-clique,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-clique,,n/a
https://geth.ethereum.org/docs/rpc/graphql,https://geth.ethereum.org/docs/interacting_with_geth/rpc/graphql,src/pages/docs/interacting-with-geth/rpc/graphql.md,n/a https://geth.ethereum.org/docs/rpc/ns-debug,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug,,n/a
https://geth.ethereum.org/docs/rpc/ns-admin,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-admin,src/pages/docs/interacting-with-geth/rpc/ns-admin.md,n/a https://geth.ethereum.org/docs/rpc/ns-eth,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-eth,,n/a
https://geth.ethereum.org/docs/rpc/ns-clique,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-clique,src/pages/docs/interacting-with-geth/rpc/ns-clique.md,n/a https://geth.ethereum.org/docs/rpc/ns-les,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-les,,n/a
https://geth.ethereum.org/docs/rpc/ns-debug,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-debug,src/pages/docs/interacting-with-geth/rpc/ns-debug.md,n/a https://geth.ethereum.org/docs/rpc/ns-miner,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-miner,,n/a
https://geth.ethereum.org/docs/rpc/ns-eth,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-eth,src/pages/docs/interacting-with-geth/rpc/ns-eth.md,n/a https://geth.ethereum.org/docs/rpc/ns-net,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-net,,n/a
https://geth.ethereum.org/docs/rpc/ns-les,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-les,src/pages/docs/interacting-with-geth/rpc/ns-les.md,n/a https://geth.ethereum.org/docs/rpc/ns-personal,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-personal,,n/a
https://geth.ethereum.org/docs/rpc/ns-miner,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-miner,src/pages/docs/interacting-with-geth/rpc/ns-miner.md,n/a https://geth.ethereum.org/docs/rpc/ns-txpool,https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-txpool,,n/a
https://geth.ethereum.org/docs/rpc/ns-net,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-net,src/pages/docs/interacting-with-geth/rpc/ns-net.md,n/a https://geth.ethereum.org/docs/rpc/objects,https://geth.ethereum.org/docs/interacting-with-geth/rpc/objects,,n/a
https://geth.ethereum.org/docs/rpc/ns-personal,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-personal,src/pages/docs/interacting-with-geth/rpc/ns-personalmd,n/a https://geth.ethereum.org/docs/developers/dev-guide,https://geth.ethereum.org/docs/developers/geth-developer/dev-guide,,n/a
https://geth.ethereum.org/docs/rpc/ns-txpool,https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-txpool,src/pages/docs/interacting-with-geth/rpc/ns-txpool.md,n/a https://geth.ethereum.org/docs/developers/code-review-guidelines,https://geth.ethereum.org/docs/developers/geth-developer/code-review-guidelines,,n/a
https://geth.ethereum.org/docs/rpc/objects,https://geth.ethereum.org/docs/interacting_with_geth/rpc/objects,src/pages/docs/interacting-with-geth/rpc/objects.md,n/a https://geth.ethereum.org/docs/developers/issue-handling-workflow,https://geth.ethereum.org/docs/developers/geth-developer/issue-handling-workflow,,n/a
https://geth.ethereum.org/docs/developers/dev-guide,https://geth.ethereum.org/docs/developers/geth-developer/dev-guide,src/pages/docs/developers/geth-developer/devguide.md,n/a https://geth.ethereum.org/docs/developers/dns-discovery-setup,https://geth.ethereum.org/doce/developers/geth-developer/dns-discovery-setup,,n/a
https://geth.ethereum.org/docs/developers/code-review-guidelines,https://geth.ethereum.org/docs/developers/geth-developer/code-review-guidelines,src/pages/docs/developers/geth-developer/code-review-guidelines.md,n/a https://geth.ethereum.org/docs/clef/introduction,https://geth.ethereum.org/docs/tools/clef/introduction,,n/a
https://geth.ethereum.org/docs/developers/issue-handling-workflow,https://geth.ethereum.org/docs/developers/geth-developer/code-review-guidelines,src/pages/docs/developers/geth-developer/issue-handling-workflow.md,n/a https://geth.ethereum.org/docs/clef/tutorial,https://geth.ethereum.org/docs/tools/clef/tutorial,,n/a
https://geth.ethereum.org/docs/developers/dns-discovery-setup,https://geth.ethereum.org/doce/developers/geth-developer/dns-discovery-setup,src/pages/docs/developers/geth-developer/dns-discovery-workflow.md,n/a https://geth.ethereum.org/docs/clef/cliquesigning,https://geth.ethereum.org/docs/tools/clef/clique-signing,,n/a
https://geth.ethereum.org/docs/clef/introduction,https://geth.ethereum.org/docs/tools/clef/introduction,src/pages/docs/tools/clef/introduction.md,n/a https://geth.ethereum.org/docs/clef/rules,https://geth.ethereum.org/docs/tools/clef/rules,,n/a
https://geth.ethereum.org/docs/clef/tutorial,https://geth.ethereum.org/docs/tools/clef/tutorial,src/pages/docs/tools/clef/tutorial.md,n/a https://geth.ethereum.org/docs/clef/setup,https://geth.ethereum.org/docs/tools/clef/setup,,n/a
https://geth.ethereum.org/docs/clef/cliquesigning,https://geth.ethereum.org/docs/tools/clef/clique-signing,src/pages/docs/tools/clef/clique-signing.md,n/a https://geth.ethereum.org/docs/clef/apis,https://geth.ethereum.org/docs/tools/clef/apis,,n/a
https://geth.ethereum.org/docs/clef/rules,https://geth.ethereum.org/docs/tools/clef/rules,src/pages/docs/tools/clef/rules.md,n/a https://geth.ethereum.org/docs/clef/datatypes,https://geth.ethereum.org/docs/tools/clef/datatypes,,n/a
https://geth.ethereum.org/docs/clef/setup,https://geth.ethereum.org/docs/tools/clef/setup,src/pages/docs/tools/clef/setup.md,n/a https://geth.ethereum.org/docs/interface/sync-modes,https://geth.ethereum.org/docs/fundamentals/sync-modes,,n/a
https://geth.ethereum.org/docs/clef/apis,https://geth.ethereum.org/docs/tools/clef/apis,src/pages/docs/tools/clef/apis.md,n/a https://geth.ethereum.org/docs/interface/hardware,https://geth.ethereum.org/docs/getting-started/hardware-requirements,,
https://geth.ethereum.org/docs/clef/datatypes,https://geth.ethereum.org/docs/tools/clef/datatypes,src/pages/docs/tools/clef/datatypes.md,n/a https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json,https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json,,must be served at original URL
https://geth.ethereum.org/docs/interface/sync-modes,https://geth.ethereum.org/docs/interface/sync-modes,src/pages/docs/fundamentals/sync-modes.md,n/a https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json.minisig,https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json.minisig,,must be served at original URL
https://geth.ethereum.org/docs/interface/hardware,https://geth.ethereum.org/docs/interface/getting_started/hardware-requirements.md,, https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.md,https://geth.ethereum.org/docs/developers/geth-developer/disclosures,,moved to /docs and renamed
https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json,https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json,src/pages/docs/vulnerabilities/vulnerabilities.json,must be served at original URL
https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json.minisig,https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json.minisig,src/pages/docs/vulnerabilities/vulnerabilities.json.minisig,must be served at original URL
https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.md,https://geth.ethereum.org/docs/developers/geth-developers/discloures,src/pages/docs/developers/geth-developers/disclosures,moved to /docs and renamed

1 OLD Geth website URLS Equivalent NEW website URLs Relative path to markdown file Notes
2 https://geth.ethereum.org/ https://geth.ethereum.org src/pages/homepage will be react page
3 https://geth.ethereum.org/downloads/ https://geth.ethereum.org/downloads src/pages/downloads will be react page
4 https://geth.ethereum.org/docs/ https://geth.ethereum.org/docs src/pages/docs/index.md n/a
5 https://geth.ethereum.org/docs/getting-started https://geth.ethereum.org/docs/getting_started/getting-started https://geth.ethereum.org/docs/getting-started/backup-restore src/pages/docs/getting_started/getting_started.md n/a
6 https://geth.ethereum.org/docs/getting-started/geth-and-clef https://geth.ethereum.org/docs/getting-started/dev-mode https://geth.ethereum.org/docs/getting_started_with_clef https://geth.ethereum.org/docs/developers/geth-developer/dev-mode src/pages/docs/getting_started/getting-started-with-clef.md n/a
7 https://geth.ethereum.org/docs/getting-started/dev-mode https://geth.ethereum.org/docs/install-and-build/installing-geth https://geth.ethereum.org/docs/developers/geth-developers/dev-mode https://geth.ethereum.org/docs/getting-started/install-geth src/pages/docs/developers/geth-developer/dev-mode.md n/a
8 https://geth.ethereum.org/docs/install-and-build/installing-geth https://geth.ethereum.org/docs/install-and-build/backup-restore https://geth.ethereum.org/docs/getting_started/install-geth https://geth.ethereum.org/docs/getting-started/backup-restore src/pages/docs/getting_started/backup-restore.md n/a
9 https://geth.ethereum.org/docs/install-and-build/backup-restore https://geth.ethereum.org/docs/interface/command-line-options https://geth.ethereum.org/docs/getting_started/backup-restore https://geth.ethereum.org/docs/fundamentals/command-line-options src/pages/docs/getting_started/installing-geth.md n/a
10 https://geth.ethereum.org/docs/install-and-build/cross-compile https://geth.ethereum.org/docs/interface/pruning page removed https://geth.ethereum.org/docs/fundamentals/pruning page removed n/a
11 https://geth.ethereum.org/docs/interface/command-line-options https://geth.ethereum.org/docs/interface/consensus-clients https://geth.ethereum.org/fundamentals/command-line-options https://geth.ethereum.org/docs/getting-started/consensus-client src/pages/docs/fundamentals/command-line-options.md n/a
12 https://geth.ethereum.org/docs/interface/pruning https://geth.ethereum.org/docs/interface/peer-to-peer https://geth.ethereum.org/docs/fundamentals/pruning https://geth.ethereum.org/docs/fundamentals/peer-to-peer src/pages/docs/fundamentals/pruning.md n/a
13 https://geth.ethereum.org/docs/interface/merge https://geth.ethereum.org/docs/interface/les page removed https://geth.ethereum.org/docs/fundamentals/les page removed n/a
14 https://geth.ethereum.org/docs/interface/consensus-clients https://geth.ethereum.org/docs/interface/managing-your-accounts https://geth.ethereum.org/docs/getting_started/consensus-client https://geth.ethereum.org/docs/fundamentals/account-management src/pages/docs/getting_started/consensus-clients.md n/a
15 https://geth.ethereum.org/docs/interface/peer-to-peer https://geth.ethereum.org/docs/faq https://geth.ethereum.org/docs/fundamentals/peer-to-peer https://geth.ethereum.org/docs/faq src/pages/docs/fundamentals/peer-to-peer.md n/a
16 https://geth.ethereum.org/docs/interface/les https://geth.ethereum.org/docs/interface/javascript-console https://geth.ethereum.org/docs/fundamentals/les https://geth.ethereum.org/docs/interacting-with-geth/javascript-console src/pages/docs/fundamentals/les.md n/a
17 https://geth.ethereum.org/docs/interface/managing-your-accounts https://geth.ethereum.org/docs/interface/private-network https://geth.ethereum.org/docs/fundamentals/account-management https://geth.ethereum.org/docs/developers/geth-developer/private-network src/pages/docs/fundamentals/account-management.md n/a
18 https://geth.ethereum.org/docs/faq https://geth.ethereum.org/docs/interface/mining https://geth.ethereum.org/docs/faq https://geth.ethereum.org/docs/fundamentals/mining src/pages/docs/faq.md n/a
19 https://geth.ethereum.org/docs/interface/javascript-console https://geth.ethereum.org/docs/interface/metrics https://geth.ethereum.org/docs/interacting-with-geth/javascript-console https://geth.ethereum.org/docs/monitoring/metrics src/pages/docs/interacting-with-geth/javascript-console.md n/a
20 https://geth.ethereum.org/docs/interface/private-network https://geth.ethereum.org/docs/dapp/native https://geth.ethereum.org/docs/developers/geth-developer/private-network https://geth.ethereum.org/docs/developers/dapp-developer/native src/pages/docs/developers/geth-developer/private-network.md n/a
21 https://geth.ethereum.org/docs/interface/mining https://geth.ethereum.org/docs/dapp/tracing page removed https://geth.ethereum.org/docs/developers/evm-tracing page removed n/a
22 https://geth.ethereum.org/docs/interface/metrics https://geth.ethereum.org/docs/dapp/custom-tracer https://geth.ethereum.org/docs/monitoring/metrics https://geth.ethereum.org/docs/developers/evm-tracing/custom-tracer src/pages/docs/monitoring/metrics.md n/a
23 https://geth.ethereum.org/docs/dapp/native https://geth.ethereum.org/docs/dapp/builtin-tracers https://geth.ethereum.org/docs/developers/dapp-developer/native https://geth.ethereum.org/docs/developers/evm-tracing/built-in-tracers src/pages/docs/developers/dapp-developer/native.md n/a
24 https://geth.ethereum.org/docs/dapp/tracing https://geth.ethereum.org/docs/dapp/native-accounts https://geth.ethereum.org/docs/developers/dapp-developer/tracing https://geth.ethereum.org/docs/docs/developers/dapp-developer/native-accounts src/pages/docs/developers/dapp-developer/tracing.md n/a
25 https://geth.ethereum.org/docs/dapp/custom-tracer https://geth.ethereum.org/docs/dapp/native-bindings https://geth.ethereum.org/docs/developers/dapp-developer/custom-tracer https://geth.ethereum.org/docs/developers/dapp-developer/native-bindings src/pages/docs/developers/dapp-developer/custom-tracer.md n/a
26 https://geth.ethereum.org/docs/dapp/builtin-tracers https://geth.ethereum.org/docs/dapp/mobile https://geth.ethereum.org/docs/developers/dapp-developer/built-in-tracer https://geth.ethereum.org/docs/developers/dapp-developer/mobile src/pages/docs/developers/dapp-developer/built-in-tracers.md n/a
27 https://geth.ethereum.org/docs/dapp/native-accounts https://geth.ethereum.org/docs/dapp/mobile-accounts https://geth.ethereum.org/docs/developers/dapp-developer/native-accounts https://geth.ethereum.org/docs/developers/dapp-developer/mobile src/pages/docs/developers/dapp-developer/native-accounts.md n/a
28 https://geth.ethereum.org/docs/dapp/native-bindings https://geth.ethereum.org/docs/rpc/server https://geth.ethereum.org/docs/developers/dapp-developer/native-bindings https://geth.ethereum.org/docs/interacting-with-geth/rpc src/pages/docs/developers/dapp-developer/native-bindings.md n/a
29 https://geth.ethereum.org/docs/dapp/mobile https://geth.ethereum.org/docs/rpc/pubsub https://geth.ethereum.org/docs/developers/dapp-developer/mobile https://geth.ethereum.org/docs/interacting-with-geth/rpc/pubsub src/pages/docs/developers/dapp-developer/mobile.md n/a
30 https://geth.ethereum.org/docs/dapp/mobile-accounts https://geth.ethereum.org/docs/rpc/batch page removed https://geth.ethereum.org/docs/interacting-with-geth/rpc/batch page removed n/a
31 https://geth.ethereum.org/docs/rpc/server https://geth.ethereum.org/docs/rpc/graphql https://geth.ethereum.org/docs/interacting-with-geth/rpc/server https://geth.ethereum.org/docs/interacting-with-geth/rpc/graphql src/pages/docs/interacting-with-geth/rpc/server.md n/a
32 https://geth.ethereum.org/docs/rpc/pubsub https://geth.ethereum.org/docs/rpc/ns-admin https://geth.ethereum.org/docs/interacting-with-geth/rpc/pubsub https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-admin src/pages/docs/interacting-with-geth/rpc/pubsub.md n/a
33 https://geth.ethereum.org/docs/rpc/batch https://geth.ethereum.org/docs/rpc/ns-clique https://geth.ethereum.org/docs//interacting-with-geth/rpc/batch https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-clique src/pages/docs/interacting-with-geth/rpc/batch.md n/a
34 https://geth.ethereum.org/docs/rpc/graphql https://geth.ethereum.org/docs/rpc/ns-debug https://geth.ethereum.org/docs/interacting_with_geth/rpc/graphql https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-debug src/pages/docs/interacting-with-geth/rpc/graphql.md n/a
35 https://geth.ethereum.org/docs/rpc/ns-admin https://geth.ethereum.org/docs/rpc/ns-eth https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-admin https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-eth src/pages/docs/interacting-with-geth/rpc/ns-admin.md n/a
36 https://geth.ethereum.org/docs/rpc/ns-clique https://geth.ethereum.org/docs/rpc/ns-les https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-clique https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-les src/pages/docs/interacting-with-geth/rpc/ns-clique.md n/a
37 https://geth.ethereum.org/docs/rpc/ns-debug https://geth.ethereum.org/docs/rpc/ns-miner https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-debug https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-miner src/pages/docs/interacting-with-geth/rpc/ns-debug.md n/a
38 https://geth.ethereum.org/docs/rpc/ns-eth https://geth.ethereum.org/docs/rpc/ns-net https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-eth https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-net src/pages/docs/interacting-with-geth/rpc/ns-eth.md n/a
39 https://geth.ethereum.org/docs/rpc/ns-les https://geth.ethereum.org/docs/rpc/ns-personal https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-les https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-personal src/pages/docs/interacting-with-geth/rpc/ns-les.md n/a
40 https://geth.ethereum.org/docs/rpc/ns-miner https://geth.ethereum.org/docs/rpc/ns-txpool https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-miner https://geth.ethereum.org/docs/interacting-with-geth/rpc/ns-txpool src/pages/docs/interacting-with-geth/rpc/ns-miner.md n/a
41 https://geth.ethereum.org/docs/rpc/ns-net https://geth.ethereum.org/docs/rpc/objects https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-net https://geth.ethereum.org/docs/interacting-with-geth/rpc/objects src/pages/docs/interacting-with-geth/rpc/ns-net.md n/a
42 https://geth.ethereum.org/docs/rpc/ns-personal https://geth.ethereum.org/docs/developers/dev-guide https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-personal https://geth.ethereum.org/docs/developers/geth-developer/dev-guide src/pages/docs/interacting-with-geth/rpc/ns-personalmd n/a
43 https://geth.ethereum.org/docs/rpc/ns-txpool https://geth.ethereum.org/docs/developers/code-review-guidelines https://geth.ethereum.org/docs/interacting_with_geth/rpc/ns-txpool https://geth.ethereum.org/docs/developers/geth-developer/code-review-guidelines src/pages/docs/interacting-with-geth/rpc/ns-txpool.md n/a
44 https://geth.ethereum.org/docs/rpc/objects https://geth.ethereum.org/docs/developers/issue-handling-workflow https://geth.ethereum.org/docs/interacting_with_geth/rpc/objects https://geth.ethereum.org/docs/developers/geth-developer/issue-handling-workflow src/pages/docs/interacting-with-geth/rpc/objects.md n/a
45 https://geth.ethereum.org/docs/developers/dev-guide https://geth.ethereum.org/docs/developers/dns-discovery-setup https://geth.ethereum.org/docs/developers/geth-developer/dev-guide https://geth.ethereum.org/doce/developers/geth-developer/dns-discovery-setup src/pages/docs/developers/geth-developer/devguide.md n/a
46 https://geth.ethereum.org/docs/developers/code-review-guidelines https://geth.ethereum.org/docs/clef/introduction https://geth.ethereum.org/docs/developers/geth-developer/code-review-guidelines https://geth.ethereum.org/docs/tools/clef/introduction src/pages/docs/developers/geth-developer/code-review-guidelines.md n/a
47 https://geth.ethereum.org/docs/developers/issue-handling-workflow https://geth.ethereum.org/docs/clef/tutorial https://geth.ethereum.org/docs/developers/geth-developer/code-review-guidelines https://geth.ethereum.org/docs/tools/clef/tutorial src/pages/docs/developers/geth-developer/issue-handling-workflow.md n/a
48 https://geth.ethereum.org/docs/developers/dns-discovery-setup https://geth.ethereum.org/docs/clef/cliquesigning https://geth.ethereum.org/doce/developers/geth-developer/dns-discovery-setup https://geth.ethereum.org/docs/tools/clef/clique-signing src/pages/docs/developers/geth-developer/dns-discovery-workflow.md n/a
49 https://geth.ethereum.org/docs/clef/introduction https://geth.ethereum.org/docs/clef/rules https://geth.ethereum.org/docs/tools/clef/introduction https://geth.ethereum.org/docs/tools/clef/rules src/pages/docs/tools/clef/introduction.md n/a
50 https://geth.ethereum.org/docs/clef/tutorial https://geth.ethereum.org/docs/clef/setup https://geth.ethereum.org/docs/tools/clef/tutorial https://geth.ethereum.org/docs/tools/clef/setup src/pages/docs/tools/clef/tutorial.md n/a
51 https://geth.ethereum.org/docs/clef/cliquesigning https://geth.ethereum.org/docs/clef/apis https://geth.ethereum.org/docs/tools/clef/clique-signing https://geth.ethereum.org/docs/tools/clef/apis src/pages/docs/tools/clef/clique-signing.md n/a
52 https://geth.ethereum.org/docs/clef/rules https://geth.ethereum.org/docs/clef/datatypes https://geth.ethereum.org/docs/tools/clef/rules https://geth.ethereum.org/docs/tools/clef/datatypes src/pages/docs/tools/clef/rules.md n/a
53 https://geth.ethereum.org/docs/clef/setup https://geth.ethereum.org/docs/interface/sync-modes https://geth.ethereum.org/docs/tools/clef/setup https://geth.ethereum.org/docs/fundamentals/sync-modes src/pages/docs/tools/clef/setup.md n/a
54 https://geth.ethereum.org/docs/clef/apis https://geth.ethereum.org/docs/interface/hardware https://geth.ethereum.org/docs/tools/clef/apis https://geth.ethereum.org/docs/getting-started/hardware-requirements src/pages/docs/tools/clef/apis.md n/a
55 https://geth.ethereum.org/docs/clef/datatypes https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json https://geth.ethereum.org/docs/tools/clef/datatypes https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json src/pages/docs/tools/clef/datatypes.md n/a must be served at original URL
56 https://geth.ethereum.org/docs/interface/sync-modes https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json.minisig https://geth.ethereum.org/docs/interface/sync-modes https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json.minisig src/pages/docs/fundamentals/sync-modes.md n/a must be served at original URL
57 https://geth.ethereum.org/docs/interface/hardware https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.md https://geth.ethereum.org/docs/interface/getting_started/hardware-requirements.md https://geth.ethereum.org/docs/developers/geth-developer/disclosures moved to /docs and renamed
https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json src/pages/docs/vulnerabilities/vulnerabilities.json must be served at original URL
https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json.minisig https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.json.minisig src/pages/docs/vulnerabilities/vulnerabilities.json.minisig must be served at original URL
https://github.com/ethereum/go-ethereum/tree/gh-pages/docs/_vulnerabilities/vulnerabilities.md https://geth.ethereum.org/docs/developers/geth-developers/discloures src/pages/docs/developers/geth-developers/disclosures moved to /docs and renamed