From bd8840d58ea896e7c6cfdafccb1dcba53c8ba4ef Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Wed, 30 Jan 2019 17:46:41 -0500 Subject: [PATCH] Change links to bitcoin-core --- README.md | 4 ++-- docs/bitcoin-core-usage.md | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aaea325..365725f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bitcoin Hardware Wallet Interaction scripts -[![Build Status](https://travis-ci.org/achow101/HWI.svg?branch=master)](https://travis-ci.org/achow101/HWI) +[![Build Status](https://travis-ci.org/bitcoin-core/HWI.svg?branch=master)](https://travis-ci.org/bitcoin-core/HWI) This project contains several scripts for interacting with Bitcoin hardware wallets. @@ -22,7 +22,7 @@ pip3 install pyaes # For digitalbitbox ## Install ``` -git clone https://github.com/achow101/HWI.git +git clone https://github.com/bitcoin-core/HWI.git cd HWI ``` diff --git a/docs/bitcoin-core-usage.md b/docs/bitcoin-core-usage.md index 0ba64e1..18faa77 100644 --- a/docs/bitcoin-core-usage.md +++ b/docs/bitcoin-core-usage.md @@ -30,7 +30,7 @@ $ ./configure $ make $ src/bitcoind -daemon -addresstype=bech32 -changetype=bech32 $ cd .. -$ git clone https://github.com/achow101/HWI.git +$ git clone https://github.com/bitcoin-core/HWI.git $ cd HWI $ python3 setup.py install ``` diff --git a/setup.py b/setup.py index 4832b47..c70f3f9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( description="A library for working with Bitcoin hardware wallets", long_description=long_description, long_description_content_type="text/markdown", - url="https://github.com/achow101/hwi", + url="https://github.com/bitcoin-core/hwi", packages=setuptools.find_packages(exclude=['docs', 'test']), install_requires=[ 'hidapi', # HID API needed in general