From a66a44c4b99e86b2b1eb3b355e0752f56edf14cf Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Mon, 12 Mar 2018 15:55:56 +0000 Subject: [PATCH] Fix a couple README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec9ccfb6..7613ccb9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Status](https://travis-ci.org/apoelstra/rust-bitcoin.png?branch=master)](https://travis-ci.org/apoelstra/rust-bitcoin) +[![Status](https://travis-ci.org/rust-bitcoin/rust-bitcoin.png?branch=master)](https://travis-ci.org/rust-bitcoin/rust-bitcoin) # Rust Bitcoin Library @@ -6,7 +6,7 @@ Library with support for de/serialization, parsing and executing on data structures and network messages related to Bitcoin and other blockchain-based currencies. -[Documentation](https://www.wpsoftware.net/rustdoc/bitcoin/) +[Documentation](https://docs.rs/bitcoin/) Supports (or should support)