Skip to content

Commit 4a218ef

Browse files
committed
fix: failing absolute link
1 parent 4a38dd9 commit 4a218ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/custom-chips-to-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Wokwi.
2424
A custom chip requires a `[[chip]]` key in `wokwi.toml`. This key specifies the name and binary used by the custom chip.
2525
Wokwi also requires a JSON file that describes the pinout of the chip. This JSON file should have the same name as the
2626
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).
27+
`inverter.chip.json`. To configure the chip JSON file properly, see the docs on [custom chip definitions](../chips-api/chip-json).
2828

2929
An example excerpt from `wokwi.toml`:
3030
```toml

0 commit comments

Comments
 (0)