Skip to content

Commit a618ba8

Browse files
sunfishcodelukewagner
authored andcommitted
Fix various dangling URLs.
Update URLs to various things that have been renamed or moved. Fixes #403.
1 parent 061fd06 commit a618ba8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ To contribute to any of these repositories, see the Community Group's
3737
[formal spec]: spec/
3838
[W3C WebAssembly Community Group]: https://www.w3.org/community/webassembly/
3939
[Contributing Guidelines]: https://webassembly.org/community/contributing/
40-
[WASI Preview 2]: https://github.com/WebAssembly/WASI/tree/main/preview2
41-
[WASI Preview 3]: https://github.com/WebAssembly/WASI/tree/main/preview2#looking-forward-to-preview-3
40+
[WASI Preview 2]: https://github.com/WebAssembly/WASI/tree/main/wasip2#readme
41+
[WASI Preview 3]: https://github.com/WebAssembly/WASI/tree/main/wasip2#looking-forward-to-preview-3
4242
[Async Support]: https://docs.google.com/presentation/d/1MNVOZ8hdofO3tI0szg_i-Yoy0N2QPU2C--LzVuoGSlE/edit?usp=share_link

design/high-level/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ custom scenarios, this might be appropriate.
2424

2525
### Does the Component Model force every (module | package | library) to have a separate memory?
2626

27-
No, as described in [Linking.md](Linking.md), the Component Model supports a
27+
No, as described in [Linking.md](../mvp/Linking.md), the Component Model supports a
2828
combination of "shared-everything" and "shared-nothing" linking, allowing
2929
developers and producer toolchains to choose the appropriate kind of linking
3030
to use in a particular situation.

design/mvp/Explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,12 +2224,12 @@ For some use-case-focused, worked examples, see:
22242224
[interface-types]: https://github.com/WebAssembly/interface-types/blob/main/proposals/interface-types/Explainer.md
22252225
[type-imports]: https://github.com/WebAssembly/proposal-type-imports/blob/master/proposals/type-imports/Overview.md
22262226
[exception-handling]: https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md
2227-
[stack-switching]: https://github.com/WebAssembly/stack-switching/blob/main/proposals/stack-switching/Overview.md
2227+
[stack-switching]: https://github.com/WebAssembly/stack-switching/blob/main/proposals/stack-switching/Explainer.md
22282228
[esm-integration]: https://github.com/WebAssembly/esm-integration/tree/main/proposals/esm-integration
22292229
[gc]: https://github.com/WebAssembly/gc/blob/main/proposals/gc/MVP.md
22302230
[`rectype`]: https://webassembly.github.io/gc/core/text/types.html#text-rectype
22312231
[shared-everything-threads]: https://github.com/WebAssembly/shared-everything-threads
2232-
[WASI Preview 2]: https://github.com/WebAssembly/WASI/tree/main/preview2
2232+
[WASI Preview 2]: https://github.com/WebAssembly/WASI/tree/main/wasip2#readme
22332233

22342234
[Adapter Functions]: FutureFeatures.md#custom-abis-via-adapter-functions
22352235
[Canonical ABI explainer]: CanonicalABI.md

0 commit comments

Comments
 (0)