Skip to content

Commit 83a5214

Browse files
committed
Merge #873: Remove link to doc file
f853906 Remove link to doc file (Tobin C. Harding) Pull request description: We cannot link to a file by directory path in rustdocs. Just remove the link. This is breaking the docs build in #805 and is also mentioned in #872. ACKs for top commit: apoelstra: ACK f853906; successfully ran local tests Tree-SHA512: d2e2eb182cb823297de53635ac23d55ff920b750d28efa7e18de08ddeda3a7f2bdffe8ff32dcf4c54ec32a33a176cea349291260388fd5e5cdad14c6c2e9802e
2 parents f47cfd9 + f853906 commit 83a5214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/policy/concrete.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ impl<Pk: MiniscriptKey> Policy<Pk> {
346346
///
347347
/// It is **not recommended** to use policy as a stable identifier for a miniscript. You should
348348
/// 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.
349+
/// the compiler document in `./doc/compiler.md` for more details.
350350
#[cfg(feature = "compiler")]
351351
pub fn compile_to_descriptor<Ctx: ScriptContext>(
352352
&self,

0 commit comments

Comments
 (0)