aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-10-07 23:12:09 -0300
committerMarcoFalke <falke.marco@gmail.com>2018-10-07 23:12:12 -0300
commit53f26cd11dc04a0ab7a3ee72a3469050c4c2bc17 (patch)
tree49ddef7cae36c72986720bbd21e4d8013c4e669a
parent60a61611f6b6c54c05326e13ea8992451b8415ca (diff)
parent64937fda628500203f1281098ddbff6818425a5b (diff)
downloadbitcoin-53f26cd11dc04a0ab7a3ee72a3469050c4c2bc17.tar.xz
Merge #14421: Fix path to doc/descriptors.md in 0.17 release notes
64937fda62 [docs] path to descriptors.md fixed (Damian Mee) Pull request description: Trivial fix for a missing slash in `0.17.0` release docs. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/bitcoin/bitcoin/14421) <!-- Reviewable:end --> Tree-SHA512: 8d7ec0e997c609f19b981743a0042ff8bbd64b20aea81895ed59f2c112ca3120b7a9a1616bb6573506d9fdbcbd6de30bd63a3d45f13e8875d2b90bba4437d2e6
-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.