Skip to content

Commit

Permalink
Fix WITX docs links in legacy files (WebAssembly#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith authored Sep 27, 2023
1 parent 64d1c5b commit ac40bfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion legacy/preview0/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;;
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/main/docs/witx.md)
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/blob/main/legacy/tools/witx-docs.md)
;; for an explanation of what that means.

(typename $size u32)
Expand Down
2 changes: 1 addition & 1 deletion legacy/preview0/witx/wasi_unstable.witx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/blob/main/legacy/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down
2 changes: 1 addition & 1 deletion legacy/preview1/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;;
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/blob/main/legacy/tools/witx-docs.md)
;; for an explanation of what that means.

(typename $size u32)
Expand Down
2 changes: 1 addition & 1 deletion legacy/preview1/witx/wasi_snapshot_preview1.witx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi).
;;
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md)
;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/blob/main/legacy/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down

0 comments on commit ac40bfe

Please sign in to comment.