Update source code repository for Bitcoin Wallet to https://github.com/bitcoin-wallet/bitcoin-wallet

It has moved to a GitHub organization.
This commit is contained in:
Andreas Schildbach 2016-03-11 17:15:34 +01:00
parent 0193889a6e
commit 5efef458b7
2 changed files with 4 additions and 4 deletions

View file

@ -115,7 +115,7 @@ wallets:
mobile:
text: "walletbitcoinwallet"
link: "https://play.google.com/store/apps/details?id=de.schildbach.wallet"
source: "https://github.com/schildbach/bitcoin-wallet"
source: "https://github.com/bitcoin-wallet/bitcoin-wallet"
screenshot: "bitcoinwalletandroid.png"
os:
- android
@ -133,7 +133,7 @@ wallets:
android:
text: "walletbitcoinwallet"
link: "https://play.google.com/store/apps/details?id=de.schildbach.wallet"
source: "https://github.com/schildbach/bitcoin-wallet"
source: "https://github.com/bitcoin-wallet/bitcoin-wallet"
screenshot: "bitcoinwalletandroid.png"
os:
- android
@ -151,7 +151,7 @@ wallets:
blackberry:
text: "walletbitcoinwallet"
link: "http://appworld.blackberry.com/webstore/content/23952882/"
source: "https://github.com/schildbach/bitcoin-wallet"
source: "https://github.com/bitcoin-wallet/bitcoin-wallet"
screenshot: "bitcoinwalletandroid.png"
os:
- android

View file

@ -120,7 +120,7 @@ Want to contribute to a different project?
<li><a href="http://bfgminer.com">BFGMiner</a> - A modular miner.</li>
<li><a href="https://en.bitcoin.it/wiki/Bitcoin_Explorer">Bitcoin Explorer</a> - A command line tool, built on libbitcoin.</li>
<li><a href="https://en.bitcoin.it/wiki/Bitcoin_Server">Bitcoin Server</a> - A full node and query server, built on libbitcoin.</li>
<li><a href="https://github.com/schildbach/bitcoin-wallet">Bitcoin Wallet</a> - A SPV wallet for Android and Blackberry.</li>
<li><a href="https://github.com/bitcoin-wallet/bitcoin-wallet">Bitcoin Wallet</a> - A SPV wallet for Android and Blackberry.</li>
<li><a href="https://bitcoinj.github.io">bitcoinj</a> - A library for SPV wallets, written in Java.</li>
<li><a href="https://github.com/btcsuite/btcd">btcd</a> - A full node, written in Go.</li>
<li><a href="https://github.com/btcsuite/btcwallet">btcwallet</a> - A hierarchical deterministic wallet daemon, written in Go.</li>