From f85390647870d6152be91e279f7de4bf6d4fa2ec Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 3 Nov 2025 11:40:16 +1100 Subject: [PATCH] Remove link to doc file 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. --- src/policy/concrete.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy/concrete.rs b/src/policy/concrete.rs index 59932e652..b174c0c95 100644 --- a/src/policy/concrete.rs +++ b/src/policy/concrete.rs @@ -346,7 +346,7 @@ impl Policy { /// /// It is **not recommended** to use policy as a stable identifier for a miniscript. You should /// use the policy compiler once, and then use the miniscript output as a stable identifier. See - /// the compiler document in [`doc/compiler.md`] for more details. + /// the compiler document in `./doc/compiler.md` for more details. #[cfg(feature = "compiler")] pub fn compile_to_descriptor( &self,