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 109ee7b commit 637508cCopy full SHA for 637508c
src/lib.rs
@@ -20,7 +20,7 @@
20
//! # Protocol
21
//!
22
//! The specification of the protocol can be found in the typst documentation:
23
-//! <https://typst.app/docs/reference/foundations/plugin/>
+//! <https://typst.app/docs/reference/foundations/plugin/#protocol>
24
25
use proc_macro::TokenStream;
26
use quote::{format_ident, quote, ToTokens};
@@ -69,7 +69,7 @@ pub fn initiate_protocol(stream: TokenStream) -> TokenStream {
69
).into()
70
}
71
72
-/// Wrap the function to be used with the [protocol](https://typst.app/docs/reference/foundations/plugin/).
+/// Wrap the function to be used with the [protocol](https://typst.app/docs/reference/foundations/plugin/#protocol).
73
///
74
/// # Arguments
75
0 commit comments