aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes
diff options
context:
space:
mode:
authorDamian Mee <spam@meedamian.com>2018-10-07 11:16:22 +0900
committerDamian Mee <spam@meedamian.com>2018-10-07 11:16:22 +0900
commit64937fda628500203f1281098ddbff6818425a5b (patch)
tree4c13414e5263139d2f22a975e5084e2ddb8f06eb /doc/release-notes
parentf504a1402afd0760e9d348ecc8bad0094aa7d705 (diff)
downloadbitcoin-64937fda628500203f1281098ddbff6818425a5b.tar.xz
[docs] path to descriptors.md fixed
Diffstat (limited to 'doc/release-notes')
-rw-r--r--doc/release-notes/release-notes-0.17.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes/release-notes-0.17.0.md b/doc/release-notes/release-notes-0.17.0.md
index ce7a1f6ac1..418d7ba5f9 100644
--- a/doc/release-notes/release-notes-0.17.0.md
+++ b/doc/release-notes/release-notes-0.17.0.md
@@ -270,7 +270,7 @@ Low-level RPC changes
- The new RPC `scantxoutset` can be used to scan the UTXO set for entries
that match certain output descriptors. Refer to the [output descriptors
- reference documentation](doc/descriptors.md) for more details. This call
+ reference documentation](/doc/descriptors.md) for more details. This call
is similar to `listunspent` but does not use a wallet, meaning that the
wallet can be disabled at compile or run time. This call is experimental,
as such, is subject to changes or removal in future releases.