docs: fix some broken links (#22167)

This fixes broken links that where reported via:

https://validator.w3.org/checklink?uri=http%3A%2F%2Fgeth.ethereum.org%2Fdocs%2F&hide_type=all&recursive=on&depth=10&check=Check

It also moves the 'getting started' pages from /getting-started/... to
/docs/getting-started/... In order to not break any old links, redirects
from the old location have been added.

Co-authored-by: Felix Lange <fjl@twurst.com>
This commit is contained in:
ligi
2021-01-25 12:45:02 +01:00
committed by GitHub
parent ea43f7df63
commit 21ee44bbaf
15 changed files with 43 additions and 14 deletions

View File

@ -58,4 +58,7 @@ If you want to test your dapps with a realistic block time use the `--dev.period
## Connect Remix to Geth
With geth now running, open <https://remix.ethereum.org>. Compile the contract as normal, but when you deploy and run a contract, select _Web3 Provider_ from the _Environment_ dropdown, and add "http://127.0.0.1:8545" to the popup box. Click _Deploy_, and interact with the contract. You should see contract creation, mining, and transaction activity.
With geth now running, open <https://remix.ethereum.org>. Compile the contract as normal,
but when you deploy and run a contract, select _Web3 Provider_ from the _Environment_
dropdown, and add "http://127.0.0.1:8545" to the popup box. Click _Deploy_, and interact
with the contract. You should see contract creation, mining, and transaction activity.