diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-09-29 15:29:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-29 15:29:53 +0800 |
commit | 4e8cec05abb567457e80185cb9fcf7ec2cc90596 (patch) | |
tree | 3ee75edf2dc8775a51107146f8be9da97549affc /README.md | |
parent | afecb93e2e6b8350ca9fe8c93e5e32b4c3c7b857 (diff) | |
parent | 5a3844981be437ff71895faa8f85c4f9c06d1795 (diff) | |
download | dexon-4e8cec05abb567457e80185cb9fcf7ec2cc90596.tar dexon-4e8cec05abb567457e80185cb9fcf7ec2cc90596.tar.gz dexon-4e8cec05abb567457e80185cb9fcf7ec2cc90596.tar.bz2 dexon-4e8cec05abb567457e80185cb9fcf7ec2cc90596.tar.lz dexon-4e8cec05abb567457e80185cb9fcf7ec2cc90596.tar.xz dexon-4e8cec05abb567457e80185cb9fcf7ec2cc90596.tar.zst dexon-4e8cec05abb567457e80185cb9fcf7ec2cc90596.zip |
Merge pull request #3048 from sandakersmann/patch-2
README: Changed http:// to https:// on some links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -4,8 +4,8 @@ Official golang implementation of the Ethereum protocol | Linux | OSX | ARM | Windows | Tests ----------|---------|-----|-----|---------|------ -develop | [](https://build.ethdev.com/builders/Linux%20Go%20develop%20branch/builds/-1) | [](https://build.ethdev.com/builders/OSX%20Go%20develop%20branch/builds/-1) | [](https://build.ethdev.com/builders/ARM%20Go%20develop%20branch/builds/-1) | [](https://build.ethdev.com/builders/Windows%20Go%20develop%20branch/builds/-1) | [](https://travis-ci.org/ethereum/go-ethereum) [](http://codecov.io/github/ethereum/go-ethereum?branch=develop) -master | [](https://build.ethdev.com/builders/Linux%20Go%20master%20branch/builds/-1) | [](https://build.ethdev.com/builders/OSX%20Go%20master%20branch/builds/-1) | [](https://build.ethdev.com/builders/ARM%20Go%20master%20branch/builds/-1) | [](https://build.ethdev.com/builders/Windows%20Go%20master%20branch/builds/-1) | [](https://travis-ci.org/ethereum/go-ethereum) [](http://codecov.io/github/ethereum/go-ethereum?branch=master) +develop | [](https://build.ethdev.com/builders/Linux%20Go%20develop%20branch/builds/-1) | [](https://build.ethdev.com/builders/OSX%20Go%20develop%20branch/builds/-1) | [](https://build.ethdev.com/builders/ARM%20Go%20develop%20branch/builds/-1) | [](https://build.ethdev.com/builders/Windows%20Go%20develop%20branch/builds/-1) | [](https://travis-ci.org/ethereum/go-ethereum) [](https://codecov.io/github/ethereum/go-ethereum?branch=develop) +master | [](https://build.ethdev.com/builders/Linux%20Go%20master%20branch/builds/-1) | [](https://build.ethdev.com/builders/OSX%20Go%20master%20branch/builds/-1) | [](https://build.ethdev.com/builders/ARM%20Go%20master%20branch/builds/-1) | [](https://build.ethdev.com/builders/Windows%20Go%20master%20branch/builds/-1) | [](https://travis-ci.org/ethereum/go-ethereum) [](https://codecov.io/github/ethereum/go-ethereum?branch=master) [ branch. * [Docker](https://registry.hub.docker.com/u/ethereum/client-go/) -* [OS X](http://build.ethdev.com/builds/OSX%20Go%20develop%20branch/Mist-OSX-latest.dmg) +* [OS X](https://build.ethdev.com/builds/OSX%20Go%20develop%20branch/Mist-OSX-latest.dmg) * Ubuntu [trusty](https://build.ethdev.com/builds/Linux%20Go%20develop%20deb%20i386-trusty/latest/) | [utopic](https://build.ethdev.com/builds/Linux%20Go%20develop%20deb%20i386-utopic/latest/) @@ -283,9 +283,9 @@ for more details on configuring your environment, managing project dependencies ## License The go-ethereum library (i.e. all code outside of the `cmd` directory) is licensed under the -[GNU Lesser General Public License v3.0](http://www.gnu.org/licenses/lgpl-3.0.en.html), also +[GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.en.html), also included in our repository in the `COPYING.LESSER` file. The go-ethereum binaries (i.e. all code inside of the `cmd` directory) is licensed under the -[GNU General Public License v3.0](http://www.gnu.org/licenses/gpl-3.0.en.html), also included +[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html), also included in our repository in the `COPYING` file. |