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 4a38dd9 commit 4a218efCopy full SHA for 4a218ef
docs/guides/custom-chips-to-wasm.md
@@ -24,7 +24,7 @@ Wokwi.
24
A custom chip requires a `[[chip]]` key in `wokwi.toml`. This key specifies the name and binary used by the custom chip.
25
Wokwi also requires a JSON file that describes the pinout of the chip. This JSON file should have the same name as the
26
WASM binary, but its extension changed to `.json` instead of `.wasm`, e.g. `inverter.chip.wasm` is paired with
27
-`inverter.chip.json`. To configure the chip JSON file properly, see the docs on [custom chip definitions](/docs/chips-api/chip-json.md).
+`inverter.chip.json`. To configure the chip JSON file properly, see the docs on [custom chip definitions](../chips-api/chip-json).
28
29
An example excerpt from `wokwi.toml`:
30
```toml
0 commit comments