Skip to content

Commit 33e09a5

Browse files
committed
Factor out Component Model Documentation link
1 parent 080845b commit 33e09a5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

design/mvp/Explainer.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Component Model Explainer
22

33
This explainer walks through the assembly-level definition of a
4-
[component](../high-level) and the proposed embedding of components into
5-
native JavaScript runtimes. For a more user-focussed explanation, take a look at the **[Component Model Documentation](https://component-model.bytecodealliance.org/)**.
4+
[component](../high-level) and the proposed embedding of components into native
5+
JavaScript runtimes. For a more user-focussed explanation, take a look at the
6+
**[Component Model Documentation]**.
67

78
* [Grammar](#grammar)
89
* [Component definitions](#component-definitions)
@@ -1884,6 +1885,7 @@ and will be added over the coming months to complete the MVP proposal:
18841885
[Use Cases]: ../high-level/UseCases.md
18851886
[Host Embeddings]: ../high-level/UseCases.md#hosts-embedding-components
18861887

1888+
[Component Model Documentation]: https://component-model.bytecodealliance.org
18871889
[`wizer`]: https://github.com/bytecodealliance/wizer
18881890
[`warg`]: https://warg.io
18891891
[SemVerRange]: https://semver.npmjs.com/

0 commit comments

Comments
 (0)