Skip to content

Commit

Permalink
Merge pull request #3 from onyb/fix-outdated-links
Browse files Browse the repository at this point in the history
Fix outdated links in README.md
  • Loading branch information
pipermerriam committed Feb 8, 2018
2 parents e72ef2d + 4072d6c commit 2955411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# eth-hash

[![Join the chat at https://gitter.im/ethereum/web3.py](https://badges.gitter.im/ethereum/web3.py.svg)](https://gitter.im/ethereum/web3.py?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/carver/eth-hash.png)](https://travis-ci.org/carver/eth-hash)
[![Build Status](https://travis-ci.org/ethereum/eth-hash.png)](https://travis-ci.org/ethereum/eth-hash)
[![PyPI version](https://badge.fury.io/py/eth-hash.svg)](https://badge.fury.io/py/eth-hash)
[![Python versions](https://img.shields.io/pypi/pyversions/eth-hash.svg)](https://pypi.python.org/pypi/eth-hash)
[![Docs build](https://readthedocs.org/projects/eth-hash/badge/?version=latest)](http://eth-hash.readthedocs.io/en/latest/?badge=latest)
Expand Down Expand Up @@ -42,7 +42,7 @@ You can set up your dev environment with:

```sh

git clone git@github.com:carver/eth-hash.git
git clone git@github.com:ethereum/eth-hash.git
cd eth-hash
virtualenv -p python3 venv
. venv/bin/activate
Expand Down

0 comments on commit 2955411

Please sign in to comment.