Skip to content

Commit 53f26cd

Browse files
author
MarcoFalke
committed
Merge #14421: Fix path to doc/descriptors.md in 0.17 release notes
64937fd [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
2 parents 60a6161 + 64937fd commit 53f26cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/release-notes/release-notes-0.17.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ Low-level RPC changes
270270

271271
- The new RPC `scantxoutset` can be used to scan the UTXO set for entries
272272
that match certain output descriptors. Refer to the [output descriptors
273-
reference documentation](doc/descriptors.md) for more details. This call
273+
reference documentation](/doc/descriptors.md) for more details. This call
274274
is similar to `listunspent` but does not use a wallet, meaning that the
275275
wallet can be disabled at compile or run time. This call is experimental,
276276
as such, is subject to changes or removal in future releases.

0 commit comments

Comments
 (0)