We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4591878 commit 168cf28Copy full SHA for 168cf28
docs/policy.md
@@ -226,6 +226,18 @@ panics that could theoretically occur because of bugs in our code must not be do
226
Example code within the rustdocs should compile and lint with `just lint` without any errors or
227
warnings.
228
229
+### Links
230
+
231
+We favour links at the bottom of the docs section:
232
233
+```rust
234
+ /// it is a real Taproot script spend (and not some other kind of output contrived
235
+ /// to have a Taproot-shaped witness). See [BIP-0341] in particular footnote 7, for
236
+ /// more information.
237
+ ///
238
+ /// [BIP-0341]: <https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki>
239
+```
240
241
## Derives
242
243
We try to use standard set of derives if it makes sense:
0 commit comments