From d6b158992697546dfda982495bfa7572668a9888 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 27 Apr 2020 10:43:04 -0500 Subject: [PATCH] Fix broken links to old embed.html (#1604) Closes #1596 --- README.md | 2 +- docs/tutorial-run-hello-world.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3356f583bd..5c9309062c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/tutorial-run-hello-world.md b/docs/tutorial-run-hello-world.md index 5cd08e3806..770f14fce7 100644 --- a/docs/tutorial-run-hello-world.md +++ b/docs/tutorial-run-hello-world.md @@ -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)),