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 f47cfd9 commit f853906Copy full SHA for f853906
src/policy/concrete.rs
@@ -346,7 +346,7 @@ impl<Pk: MiniscriptKey> Policy<Pk> {
346
///
347
/// It is **not recommended** to use policy as a stable identifier for a miniscript. You should
348
/// use the policy compiler once, and then use the miniscript output as a stable identifier. See
349
- /// the compiler document in [`doc/compiler.md`] for more details.
+ /// the compiler document in `./doc/compiler.md` for more details.
350
#[cfg(feature = "compiler")]
351
pub fn compile_to_descriptor<Ctx: ScriptContext>(
352
&self,
0 commit comments