aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-12-01 10:22:39 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-12-01 10:23:05 +0100
commit8f761e87c3fd0ad50d41925d8c2ac2c429403b44 (patch)
treebbca78b5bc1afe4deb970b35cfed01f54eabe3b0 /README.md
parent327291af02d05e09188713d882bf68ac708c1077 (diff)
parentfa19a588b9e734b05b81bc0cb49ba3a04ffde0bc (diff)
downloadbitcoin-8f761e87c3fd0ad50d41925d8c2ac2c429403b44.tar.xz
Merge pull request #7136
fa19a58 HelpMessage: Don't hide -mintxfee behind showDebug (MarcoFalke) faffc17 rpcwallet: Clarify what settxfee does (MarcoFalke) 9999cb0 Fix url in .travis.yml (MarcoFalke) fa22a10 contrib: Del. gitian downloader config and update gitian README (MarcoFalke) fad3035 [doc] Minor markdown fixes (MarcoFalke)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b40ad0e396..55ab65a681 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ lots of money.
### Automated Testing
-Developers are strongly encouraged to write unit tests for new code, and to
+Developers are strongly encouraged to write [unit tests](/doc/unit-tests.md) for new code, and to
submit new unit tests for old code. Unit tests can be compiled and run
(assuming they weren't disabled in configure) with: `make check`