Skip to content

Commit a2228c0

Browse files
committed
remove extra example-component ref
1 parent d23903d commit a2228c0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • component-model/src/language-support

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ import their interfaces.
146146

147147
> [!NOTE]
148148
> This section is about importing custom WIT interfaces from library components.
149-
> By default, `cargo component build` imports any required [WASI interfaces](https://wasi.dev/interfaces)
149+
> By default, `cargo-component` imports any required [WASI interfaces](https://wasi.dev/interfaces)
150150
> for us without needing to explicitly declare them.
151151
152152

@@ -577,5 +577,4 @@ If you are hosting a Wasm runtime, you can export a resource from your host for
577577

578578
[cargo-component]: https://github.com/bytecodealliance/cargo-component
579579
[cargo-component-install]: https://github.com/bytecodealliance/cargo-component#install
580-
[example-component]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host/add.wit
581580
[docs-adder]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/tutorial/wit/adder/world.wit

0 commit comments

Comments
 (0)