Skip to content

Commit

Permalink
Fix broken links to the witx documents (WebAssembly#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
dm4 authored Oct 3, 2022
1 parent 2bed19a commit d8da230
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For some APIs, it makes sense to add new features after the API itself has reach
Some APIs may require backwards-incompatible changes over time. In these cases, we allow proposals to increment the major version number _only if_ the old API can be implmented in terms of the new API. As part of the new version, champions are expected to provide a tool that enables this backwards-compatibility. If that is not possible, then a new API proposal with a new name should be started. The original API can then be deprecated over time if it makes sense to do so.

[WebAssembly CG Phases process]: https://github.com/WebAssembly/meetings/blob/master/process/phases.md
[witx]: https://github.com/WebAssembly/WASI/blob/master/docs/witx.md
[witx]: https://github.com/WebAssembly/WASI/blob/main/tools/witx-docs.md
[ephemeral/snapshot/old process]: https://github.com/WebAssembly/WASI/blob/master/phases/README.md

[wasi-blob-store]: https://github.com/WebAssembly/wasi-blob-store
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

;;; An array size.
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_clock.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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_environ.witx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;; WASI Environment Variables.
;;
;; 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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_path.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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_poll.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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_proc.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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_random.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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_sched.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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_sock.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/tree/main/tools/witx-docs.md)
;; for an explanation of what that means.

(use "typenames.witx")
Expand Down

0 comments on commit d8da230

Please sign in to comment.