Skip to content

Commit 897d819

Browse files
Fix link in readme (WebAssembly#475)
* Fix link in readme * Fix link-time virtualisation link
1 parent 810e50d commit 897d819

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ If you would like to create a new proposal, get started with our
3838

3939
## WASI High Level Goals
4040

41-
(In the spirit of [WebAssembly's High-Level Goals]
42-
(https://github.com/WebAssembly/design/blob/master/HighLevelGoals.md).)
41+
(In the spirit of [WebAssembly's High-Level Goals](https://github.com/WebAssembly/design/blob/main/HighLevelGoals.md).)
4342

4443
1. Define a set of portable, modular, runtime-independent, and
4544
WebAssembly-native APIs which can be used by WebAssembly code to interact
@@ -129,8 +128,7 @@ transparently. This can be used to adapt or attenuate the functionality
129128
of a WASI API without changing the code using it.
130129

131130
In WASI, we envision interposition will primarily be configured
132-
through the mechanisms in the module linking' [link-time virtualization
133-
](https://github.com/WebAssembly/module-linking/blob/master/proposals/module-linking/Explainer.md#link-time-virtualization).
131+
through the mechanisms in the module linking' [link-time virtualization](https://github.com/WebAssembly/module-linking/blob/main/design/proposals/module-linking/Explainer.md#link-time-virtualization).
134132
Imports are resolved when a module is instantiated, which may happen
135133
during the runtime of a larger logical application, so we can support
136134
interposition of WASI APIs without defining them in terms of explicit

0 commit comments

Comments
 (0)