[trivial][docs] Fix incorrect link in /test/ README.md

This commit is contained in:
fanquake 2018-01-22 18:52:55 +08:00
parent f4c942e361
commit bf1897710f
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -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