From d38cf52801daa99b5e353e21f11bd3be2990db0f Mon Sep 17 00:00:00 2001 From: Jonathan Zeppettini Date: Thu, 25 Feb 2016 14:20:47 -0500 Subject: [PATCH] Update README.md Correct link to root README.md which was incorrectly pointing to Bitcoin Core repo. --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index a7f573d3435..57cb29a19ae 100644 --- a/doc/README.md +++ b/doc/README.md @@ -49,7 +49,7 @@ The following are developer notes on how to build Bitcoin on your native platfor Development --------------------- -The Bitcoin repo's [root README](https://github.com/bitcoin/bitcoin/blob/master/README.md) contains relevant information on the development process and automated testing. +The Bitcoin repo's [root README](/README.md) contains relevant information on the development process and automated testing. - [Developer Notes](developer-notes.md) - [Multiwallet Qt Development](multiwallet-qt.md)