Skip to content

Commit 864a301

Browse files
committed
fix: link correctly to WIT documentation
Signed-off-by: Raymundo Vásquez Ruiz <raymundo.vr@protonmail.com>
1 parent a4bcbd6 commit 864a301

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/extending-and-embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ timer, executing Spin components at configured time interval.
2525

2626
The current application types that can be implemented with Spin have entry points
2727
defined using
28-
[WebAssembly Interface (WIT)](https://github.com/bytecodealliance/wit-bindgen/blob/main/WIT.md):
28+
[WebAssembly Interface (WIT)](https://github.com/bytecodealliance/wit-bindgen/blob/main/README.md):
2929

3030
```fsharp
3131
// The entry point for an HTTP handler.

docs/content/http-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Spin HTTP _executor_ is defined using WebAssembly interfaces.
109109
> handler functions will become asynchronous.
110110
111111
We define the HTTP objects as
112-
[WebAssembly Interface (WIT)](https://github.com/bytecodealliance/wit-bindgen/blob/main/WIT.md)
112+
[WebAssembly Interface (WIT)](https://github.com/bytecodealliance/wit-bindgen/blob/main/README.md)
113113
objects, currently using _records_:
114114

115115
```fsharp

docs/content/redis-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ channel = "messages"
3838
The Redis trigger is built on top of the
3939
[WebAssembly component model](https://github.com/WebAssembly/component-model).
4040
The current interface is defined using the
41-
[WebAssembly Interface (WIT)](https://github.com/bytecodealliance/wit-bindgen/blob/main/WIT.md)
41+
[WebAssembly Interface (WIT)](https://github.com/bytecodealliance/wit-bindgen/blob/main/README.md)
4242
format, and is a function that takes the message payload as its only parameter:
4343

4444
```fsharp

0 commit comments

Comments
 (0)