From bf1897710f6252b00533fcb61c71df1253340ebc Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 22 Jan 2018 18:52:55 +0800 Subject: [PATCH] [trivial][docs] Fix incorrect link in /test/ README.md --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 868eb667a..b59c8db4e 100644 --- a/test/README.md +++ b/test/README.md @@ -8,7 +8,7 @@ There are currently two sets of tests in this directory: - [functional](/test/functional) which test the functionality of bitcoind and bitcoin-qt by interacting with them through the RPC and P2P interfaces. -- [util](test/util) which tests the bitcoin utilities, currently only +- [util](/test/util) which tests the bitcoin utilities, currently only bitcoin-tx. The util tests are run as part of `make check` target. The functional