File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
// [WebAssembly Interface Type]: https://component-model.bytecodealliance.org/design/wit.html
33
33
// [WebAssembly Component Model]: https://component-model.bytecodealliance.org/introduction.html
34
34
// [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
36
36
// [wasm-tools]: https://crates.io/crates/wasm-tools
37
37
package wit
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ func escape(name string) string {
433
433
434
434
// A map of all [WIT keywords].
435
435
//
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
437
437
var witKeywords = map [string ]bool {
438
438
"as" : true ,
439
439
"bool" : true ,
You can’t perform that action at this time.
0 commit comments