Skip to content

Commit 41c2b6a

Browse files
committed
docs: fix broken links leading to wit files
1 parent 7fa5261 commit 41c2b6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ This will (see [justfile](./justfile)):
195195

196196
This will run the `pluginlab` binary which will itself:
197197

198-
- load and compile the `repl_logic_guest.wasm` file inside the embedded `wasmtime` engine injecting the [`host-api`](./wit/host-api.wit) interface
199-
- load and compile the `plugin_*.wasm` files into the engine, injecting the [`plugin-api`](./wit/plugin-api.wit) interface
198+
- load and compile the `repl_logic_guest.wasm` file inside the embedded `wasmtime` engine injecting the [`host-api`](./crates/pluginlab/wit/host-api.wit) interface
199+
- load and compile the `plugin_*.wasm` files into the engine, injecting the [`plugin-api`](./crates/pluginlab/wit/plugin-api.wit) interface
200200
- launch the REPL loop executing the code from the `repl_logic_guest.wasm` file which will:
201201
- readline from the user
202202
- parse the command
203-
- dispatch the command to the plugin(s) if needed (run the `run`, `man` functions of the plugins via the [`host-api`](./wit/host-api.wit) interface)
203+
- dispatch the command to the plugin(s) if needed (run the `run`, `man` functions of the plugins via the [`host-api`](./crates/pluginlab/wit/host-api.wit) interface)
204204
- display the result
205205

206206
Other example:

0 commit comments

Comments
 (0)