Replace URLs to code.google.com by the appropriate GitHub URLs.

This commit is contained in:
Matthew Shaylor
2016-04-19 18:14:57 +01:00
committed by Andreas Schildbach
parent 14ef3c0052
commit 0b3cc9c59f
8 changed files with 9 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ The bitcoinj library is a Java implementation of the Bitcoin protocol, which all
* Java 6 for the core modules, Java 8 for everything else
* [Maven 3+](http://maven.apache.org) - for building the project
* [Orchid](https://github.com/subgraph/Orchid) - for secure communications over [TOR](https://www.torproject.org)
* [Google Protocol Buffers](https://code.google.com/p/protobuf/) - for use with serialization and hardware communications
* [Google Protocol Buffers](https://github.com/google/protobuf) - for use with serialization and hardware communications
### Getting started