Skip to content

Commit 32b0dfd

Browse files
authored
Merge pull request #224 from vados-cosmonic/fix=hack-mdbook-link-warnings
fix: hack around mdbook-linkcheck warnings
2 parents 9c057d4 + f368817 commit 32b0dfd

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,6 @@ or any other host.
216216

217217
See the [Rust Tooling guide](../language-support/rust.md#running-a-component-from-rust-applications) for instructions on how to run this component from
218218
the Rust `example-host` (replacing the path to `add.wasm` with your `add-component` above).
219+
220+
[!NOTE]: #
221+
[!WARNING]: #

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ This kind of error normally indicates that the host in question does not contain
152152

153153
[host]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host
154154
[add-to-linker]: https://docs.wasmtime.dev/api/wasmtime_wasi/fn.add_to_linker_sync.html
155+
[example-host]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host
155156

156157
## Building a component that exports an interface
157158

@@ -325,3 +326,6 @@ wasmtime run ./dist/main.wasm
325326
Check out the [componentize-dotnet docs][componentize-dotnet-docs] for more configurations options.
326327

327328
[componentize-dotnet-docs]: https://github.com/bytecodealliance/componentize-dotnet
329+
330+
[!NOTE]: #
331+
[!WARNING]: #

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,6 @@ cargo run --release -- 1 2 /path/to/add.wasm
321321
```
322322

323323
[example-host]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/example-host
324+
325+
[!NOTE]: #
326+
[!WARNING]: #

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,3 +548,7 @@ reverseAndUppercase('!dlroW olleH') = HELLO WORLD!
548548

549549
[wac]: https://github.com/bytecodealliance/wac
550550
[jco-examples-string-reverse-upper]: https://github.com/bytecodealliance/jco/tree/main/examples/components/string-reverse-upper
551+
552+
[!TIP]: #
553+
[!NOTE]: #
554+
[!WARNING]: #

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,3 +154,5 @@ $ python3 host.py
154154
[add-wasm]: https://github.com/bytecodealliance/component-docs/blob/main/component-model/examples/example-host/add.wasm
155155

156156
[adder-wit]: https://github.com/bytecodealliance/component-docs/tree/main/component-model/examples/tutorial/wit/adder/world.wit
157+
158+
[!NOTE]: #

0 commit comments

Comments
 (0)