docs: fixed links (#22045)

* docs: fixed links

* docs: @ligi suggestion
pull/22190/head
Marius van der Wijden 4 years ago committed by GitHub
parent 1bd2070f0a
commit 29ba68fed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      index.html

@ -45,7 +45,7 @@ css:
<div class="col-md-7">
<h2 class="featurette-heading">How can I use it?</h2>
<p class="lead">Go Ethereum is available either as a standalone client called Geth that you can install on pretty much any operating system, or as a library that you can embed in your Go, Android or iOS projects.</p>
<p class="lead">See our <a href="./install">installation guide</a> or our <a href="https://github.com/ethereum/go-ethereum/wiki" target="_blank">wiki pages</a> for details!</p>
<p class="lead">See our <a href="./docs/install-and-build/installing-geth">installation guide</a> for details!</p>
</div>
</div>
</div>

Loading…
Cancel
Save