From d986ccc06ab18b81ce821428f7f1b768b3303e3e Mon Sep 17 00:00:00 2001 From: Aleksandr Sobolev Date: Thu, 13 Jun 2019 19:13:11 +0600 Subject: [PATCH] Resolve issue with wrong static path on /docs/ page (#19713) --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 3d384f5df8..3bc690b3f1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,6 @@ --- title: Documentation +root: .. --- * User documentation can be found at our [Ethereum User Guide and reference manual](http://ethereum.gitbooks.io/frontier-guide/content/). * For the API reference and developer documentation head over to the auto generated [GoDoc](https://godoc.org/github.com/ethereum/go-ethereum) documentation.