Skip to content

Commit 77f8665

Browse files
authored
Merge pull request #65 from imikushin/patch-1
Fix the link to Explainer.md in examples/SharedEverythingDynamicLinking.md
2 parents cbd85d1 + 7323ff6 commit 77f8665

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)