Skip to content

Commit 7323ff6

Browse files
authored
Fix the link to Explainer.md
1 parent cbd85d1 commit 7323ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/examples/SharedEverythingDynamicLinking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ should be able to leverage of existing support for native dynamic linking (of
1010

1111
Shared-everything dynamic linking should be *complementary* to the
1212
shared-nothing dynamic linking of components described in the
13-
[explainer](Explainer.md). In particular, dynamically-linked modules must not
13+
[explainer](../Explainer.md). In particular, dynamically-linked modules must not
1414
share linear memory across component instance boundaries. For example, we want
1515
the static dependency graph on the left to produce the runtime instance graph
1616
on the right: create the runtime instance graph on the right:

0 commit comments

Comments
 (0)