aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-01-22 08:20:26 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-01-22 08:20:28 -0500
commitb03013396cb2f4bf25746388b3982a2c3616e16b (patch)
treeada385f0361c4575648888ed189d4679d0a090a1
parentf4c942e3615435c9e5d7ff0cefd935be08768d0c (diff)
parentbf1897710f6252b00533fcb61c71df1253340ebc (diff)
downloadbitcoin-b03013396cb2f4bf25746388b3982a2c3616e16b.tar.xz
Merge #12241: [trivial][docs] Fix incorrect link in /test/ README.md
bf1897710f [trivial][docs] Fix incorrect link in /test/ README.md (fanquake) Pull request description: Tree-SHA512: f9024a5b6b03c591b9e02057aedd862f479d4b38d293dd04a07e411b877c0fb5b4d95ced7d09190bb8a83078fe8c97db24c5dcdac7cbd59d37b41f614d423026
-rw-r--r--test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index 868eb667ae..b59c8db4e5 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