From 490376a5e9d772c6a369f03eee5141e8703d985f Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Thu, 3 Dec 2020 13:49:44 +0100 Subject: [PATCH] docs: fixed link, added readme (#21953) * docs: fixed links * docs: added Readme to test locally --- README.md | 7 +++++++ docs/_getting-started/private-net.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 README.md 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