Fix minor link problems

This commit is contained in:
Adam Schmideg 2019-01-21 10:58:32 +01:00
parent 0755e3ad0b
commit da16d257e9
4 changed files with 22 additions and 6 deletions

View file

@ -1,7 +1,7 @@
Install and build: Install and build:
- Downloads: /downloads - Downloads: /downloads
- Installing Ethereum: /docs/Building-Ethereum - Installing Ethereum: /docs/Building-Ethereum
- Developers' Guide: /docs/Developers%27-Guide - Developers' Guide: /docs/Developers-Guide
How to use: How to use:
- Managing Accounts: /docs/Managing-your-accounts - Managing Accounts: /docs/Managing-your-accounts
- Mining: /docs/Mining - Mining: /docs/Mining

View file

@ -12,13 +12,13 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="#">Go Ethereum</a> <a class="navbar-brand" href="/">Go Ethereum</a>
</div> </div>
<div id="navbar" class="navbar-collapse collapse"> <div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav"> <ul class="nav navbar-nav">
<li><a href="/install/">Install</a></li> <li><a href="/docs/Installing-Geth">Install</a></li>
<li><a href="/downloads/">Downloads</a></li> <li><a href="/downloads">Downloads</a></li>
<li><a href="/docs/">Documentation</a></li> <li><a href="/docs">Documentation</a></li>
<!--<li><a href="/guide/">Guide</a></li>--> <!--<li><a href="/guide/">Guide</a></li>-->
</ul> </ul>
</div> </div>

View file

@ -1 +1,17 @@
# Welcome to the documentation * 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.
This is the documentation for the official Ethereum golang implementation. For generic Ethereum-related information (whitepaper, yellow paper, protocol and interface specs, APIs, DAPP development guides, etc) see the [Ethereum main wiki](https://github.com/ethereum/wiki/wiki).
Main entry points:
* [Installation Instructions](/docs/Building-Ethereum)
* [Developer/Management API](/docs/Management-APIs)
* [Managing Accounts](/docs/Managing-your-accounts)
* [Command Line Options](/docs/Command-Line-Options)
* [JavaScript Console](/docs/JavaScript-Console)
* [Private Network](/docs/Private-network)
* [Developers' Guide](/docs/Developers'-Guide)
* [Whisper v6](/docs/Whisper)
Sidebar lists all pages.