Skip to content

Commit

Permalink
index.html: fix issues with software license links (#3221)
Browse files Browse the repository at this point in the history
* Fix broken copy license links
* Fix reversed GPL and LGPL links
  • Loading branch information
ermyas authored and fjl committed Nov 2, 2016
1 parent 28c1f18 commit 189bd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ <h2 class="project-tagline">Official golang implementation of the Ethereum proto

<p>
Ethereum may also be run in a private environment, such as for use within a corporate network,
without any cost. All core source is licensed under the <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING.md">LGPL</a>
and all frontend code is licensed under <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING.LESSER.md">GPL</a>.
without any cost. All core source is licensed under the <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING.LESSER">LGPL</a>
and all frontend code is licensed under <a href="https://github.com/ethereum/go-ethereum/tree/master/COPYING">GPL</a>.
</p>

<p>
Expand Down

0 comments on commit 189bd74

Please sign in to comment.