Fix broken links to old embed.html (#1604)

Closes #1596
This commit is contained in:
Alex Crichton
2020-04-27 10:43:04 -05:00
committed by GitHub
parent ebd13cee05
commit d6b1589926
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ Hello, world!
standards process all along the way too.
[Cranelift]: https://github.com/bytecodealliance/wasmtime/blob/master/cranelift/README.md
[embedded]: https://bytecodealliance.github.io/wasmtime/embed.html
[embedded]: https://bytecodealliance.github.io/wasmtime/lang.html
## Language Support

View File

@@ -17,7 +17,7 @@ You can find more information about installing the Wasmtime CLI in the
There are a number of ways to run a `.wasm` file with Wasmtime. In this
tutorial, we'll be using the CLI, Wasmtime can also be embedded in your
applications. More information on this can be found in the
[Embedding Wasmtime section](./embed.md).
[Embedding Wasmtime section](./lang.md).
If you've built the `hello-world.wasm` file (the instructions for doing so are in the
[previous section](./tutorial-create-hello-world.md)),