Skip to content

Commit

Permalink
wit: fix broken links to wasm-tools
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
  • Loading branch information
Mossaka committed Nov 6, 2024
1 parent 9026117 commit 56a57f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wit/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// [WebAssembly Interface Type]: https://component-model.bytecodealliance.org/design/wit.html
// [WebAssembly Component Model]: https://component-model.bytecodealliance.org/introduction.html
// [wit-parser]: https://docs.rs/wit-parser/latest/wit_parser/
// [source]: https://github.com/wasm-tools/tree/main/crates/wit-parser
// [source]: https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-parser
// [wasm-tools]: https://crates.io/crates/wasm-tools
package wit
2 changes: 1 addition & 1 deletion wit/wit.go
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ func escape(name string) string {

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

0 comments on commit 56a57f2

Please sign in to comment.