diff --git a/README.md b/README.md new file mode 100644 index 0000000000..014832bcb1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Documentation of the go-ethereum website + +To start a jekyll server run: +```shell +docker-compose up +``` +Now you can visit `localhost:4000` to look at the site. diff --git a/docs/_getting-started/private-net.md b/docs/_getting-started/private-net.md index 09be1728ad..b5e316f3b3 100644 --- a/docs/_getting-started/private-net.md +++ b/docs/_getting-started/private-net.md @@ -9,7 +9,7 @@ controlled ethereum network is useful as a backend for network integration testi developers working on issues related to networking/blockchain synching/message propagation, etc or DAPP developers testing multi-block and multi-user scenarios). -We assume you are able to build `geth` following the [build instructions](../install-and-build/installing-geth) +We assume you are able to build `geth` following the [build instructions](../docs/install-and-build/installing-geth) ## Setting up multiple nodes