aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2015-12-19 14:27:15 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-11 09:44:17 +0100
commitf04f4fd2eed581a5e287d14036d790cf2badcbe6 (patch)
tree01dab061a3a03f73c7ad4432196e322ed442f760 /doc/README.md
parentca8f160af5a54d08f8dc73acd959b0a73a7b427c (diff)
downloadbitcoin-f04f4fd2eed581a5e287d14036d790cf2badcbe6.tar.xz
[doc/log] Fix markdown syntax and line terminate LogPrint
- Fix doxygen comment for payTxFee - [doc] Fix markdown - Make sure LogPrintf strings are line-terminated Github-Pull: #7617 Rebased-From: fa06ce09498707d5e82633f1e1b034675e552628 fa97f95c15a7aee15feea500571a10a90f22ea8b fa266524592cc18c789cc587d738fb0e548fd23a
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 79523d9c9c..5dadbc9641 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)