From f5104bd852fa4554b99317f8028ade88be5d844c Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Wed, 3 Apr 2019 14:10:07 +0200 Subject: [PATCH] adapt repository URL py-eth-index has been moved to the trustlines-protocol github organization --- CHANGELOG.rst | 8 ++++---- README.rst | 6 +++--- setup.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 53e9d89..d8f17d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,7 +24,7 @@ Change Log * basic test infrastructure has been added -.. _0.1.1: https://github.com/trustlines-network/py-eth-index/compare/0.1.0...0.1.1 -.. _0.2.0: https://github.com/trustlines-network/py-eth-index/compare/0.1.1...0.2.0 -.. _0.2.1: https://github.com/trustlines-network/py-eth-index/compare/0.2.0...0.2.1 -.. _0.3.0: https://github.com/trustlines-network/py-eth-index/compare/0.2.1...0.3.0 +.. _0.1.1: https://github.com/trustlines-protocol/py-eth-index/compare/0.1.0...0.1.1 +.. _0.2.0: https://github.com/trustlines-protocol/py-eth-index/compare/0.1.1...0.2.0 +.. _0.2.1: https://github.com/trustlines-protocol/py-eth-index/compare/0.2.0...0.2.1 +.. _0.3.0: https://github.com/trustlines-protocol/py-eth-index/compare/0.2.1...0.3.0 diff --git a/README.rst b/README.rst index 2f6df5e..dc48496 100644 --- a/README.rst +++ b/README.rst @@ -168,9 +168,9 @@ Status and Limitations Change log ---------- -See `CHANGELOG `_. +See `CHANGELOG `_. -.. |Build Status| image:: https://circleci.com/gh/trustlines-network/py-eth-index/tree/develop.svg?style=svg - :target: https://circleci.com/gh/trustlines-network/py-eth-index/tree/develop +.. |Build Status| image:: https://circleci.com/gh/trustlines-protocol/py-eth-index/tree/develop.svg?style=svg + :target: https://circleci.com/gh/trustlines-protocol/py-eth-index/tree/develop .. |Code style: black| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black diff --git a/setup.py b/setup.py index fa353d5..3124932 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ description="Indexer for the ethereum blockchain", long_description=long_description, # The project's main homepage. - url="https://github.com/trustlines-network/py-eth-index", + url="https://github.com/trustlines-protocol/py-eth-index", # Author details author="Trustlines-Network", author_email="contact@brainbot.com",