diff options
| author | Chad Skeeters <chad.skeeters@gmail.com> | 2024-10-28 09:21:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-28 14:21:11 +0000 |
| commit | ead6c03a98f68967f36aa6669303074ebc8fc0c0 (patch) | |
| tree | 87bff54b2fa0711ff051d73714b39541096cccd4 /crates | |
| parent | be7cfc85d08c545abfac08098b7b33b4bd71f37e (diff) | |
Corrects link to wasi-stub in plugin documentation (#5308)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst-library/src/foundations/plugin.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/foundations/plugin.rs b/crates/typst-library/src/foundations/plugin.rs index 31107dc3..f57257a4 100644 --- a/crates/typst-library/src/foundations/plugin.rs +++ b/crates/typst-library/src/foundations/plugin.rs @@ -26,7 +26,7 @@ use crate::World; /// [WASI ABI](https://wasi.dev/) by default or as their only option (e.g. /// emscripten), which allows printing, reading files, etc. This ABI will not /// directly work with Typst. You will either need to compile to a different -/// target or [stub all functions](https://github.com/astrale-sharp/wasm-minimal-protocol/blob/master/wasi-stub). +/// target or [stub all functions](https://github.com/astrale-sharp/wasm-minimal-protocol/tree/master/crates/wasi-stub). /// /// # Plugins and Packages /// Plugins are distributed as packages. A package can make use of a plugin |
