index.html: fix issues with software license links (#3221)

* Fix broken copy license links
* Fix reversed GPL and LGPL links
pull/17125/head
Ermyas Abebe 8 years ago committed by Felix Lange
parent 28c1f18994
commit 189bd745eb
  1. 4
      index.html

@ -36,8 +36,8 @@ backing layer.
<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>

Loading…
Cancel
Save