aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-01 18:38:49 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-01 18:39:21 +0100
commite5121eb951c49b36b2b55069ab778a74bbf6bcb1 (patch)
treecce8f7a7456a4b14775031151df6a260a2cfed49 /doc/README.md
parent639ec582d0f31e4a15946ffff2e95b9ff7758bd2 (diff)
parentfa266524592cc18c789cc587d738fb0e548fd23a (diff)
downloadbitcoin-e5121eb951c49b36b2b55069ab778a74bbf6bcb1.tar.xz
Merge #7617: [doc/log] Fix markdown syntax and line terminate LogPrint
fa26652 Make sure LogPrintf strings are line-terminated (MarcoFalke) fa97f95 [doc] Fix markdown (MarcoFalke) fa06ce0 Fix doxygen comment for payTxFee (MarcoFalke)
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index c0f9ee5220..cf475ef18e 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)