Skip to content

Commit ac40bfe

Browse files
authored
Fix WITX docs links in legacy files (#559)
1 parent 64d1c5b commit ac40bfe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

legacy/preview0/witx/typenames.witx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;;
33
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
44
;;
5-
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/main/docs/witx.md)
5+
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/blob/main/legacy/tools/witx-docs.md)
66
;; for an explanation of what that means.
77

88
(typename $size u32)

legacy/preview0/witx/wasi_unstable.witx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;;
44
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
55
;;
6-
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
6+
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/blob/main/legacy/tools/witx-docs.md)
77
;; for an explanation of what that means.
88

99
(use "typenames.witx")

legacy/preview1/witx/typenames.witx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
;;
33
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
44
;;
5-
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
5+
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/blob/main/legacy/tools/witx-docs.md)
66
;; for an explanation of what that means.
77

88
(typename $size u32)

legacy/preview1/witx/wasi_snapshot_preview1.witx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;;
44
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
55
;;
6-
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
6+
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/blob/main/legacy/tools/witx-docs.md)
77
;; for an explanation of what that means.
88

99
(use "typenames.witx")

0 commit comments

Comments
 (0)