Skip to content

Commit f0e1f4b

Browse files
fix(lang/c): sample link to adder world
1 parent 9132802 commit f0e1f4b

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/language-support

1 file changed

+1
-1
lines changed

component-model/src/language-support/c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The WASI SDK will install a local version of `clang` configured with a wasi-sysr
2525

2626
## 2. Generate program skeleton from WIT
2727

28-
Start by generating a C skeleton from `wit-bindgen` using the [sample `adder/world.wit` file](https://github.com/bytecodealliance/component-docs/tree/main/examples/tutorial/wit/adder/world.wit):
28+
Start by generating a C skeleton from `wit-bindgen` using the [sample `adder/world.wit` file](https://github.com/bytecodealliance/component-docs/blob/main/component-model/examples/tutorial/wit/adder/world.wit):
2929

3030
```
3131
> wit-bindgen c path/to/adder/world.wit

0 commit comments

Comments
 (0)