Skip to content

Commit 56a57f2

Browse files
committed
wit: fix broken links to wasm-tools
Signed-off-by: Jiaxiao Zhou (Mossaka) <duibao55328@gmail.com>
1 parent 9026117 commit 56a57f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wit/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// [WebAssembly Interface Type]: https://component-model.bytecodealliance.org/design/wit.html
3333
// [WebAssembly Component Model]: https://component-model.bytecodealliance.org/introduction.html
3434
// [wit-parser]: https://docs.rs/wit-parser/latest/wit_parser/
35-
// [source]: https://github.com/wasm-tools/tree/main/crates/wit-parser
35+
// [source]: https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-parser
3636
// [wasm-tools]: https://crates.io/crates/wasm-tools
3737
package wit

wit/wit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ func escape(name string) string {
433433

434434
// A map of all [WIT keywords].
435435
//
436-
// [WIT keywords]: https://github.com/wasm-tools/blob/main/crates/wit-parser/src/ast/lex.rs#L524-L591
436+
// [WIT keywords]: https://github.com/bytecodealliance/wasm-tools/blob/main/crates/wit-parser/src/ast/lex.rs#L524-L591
437437
var witKeywords = map[string]bool{
438438
"as": true,
439439
"bool": true,

0 commit comments

Comments
 (0)