From fd84485f8b8b458c14fb2758d1a8b7c8213a0d3b Mon Sep 17 00:00:00 2001 From: Ryan Lucia Date: Fri, 9 Oct 2020 17:00:41 -0400 Subject: [PATCH] Fix link to wasm build instructions (#43229) * Fix link to wasm build instructions * Update docs/workflow/building/mono/README.md Co-authored-by: Dan Moseley Co-authored-by: Dan Moseley --- docs/workflow/building/mono/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/workflow/building/mono/README.md b/docs/workflow/building/mono/README.md index 1891abc..d1f2851 100644 --- a/docs/workflow/building/mono/README.md +++ b/docs/workflow/building/mono/README.md @@ -51,15 +51,15 @@ The build has a number of options that you can learn about using build -?. ### WebAssembly -See the instructions in [../libraries/webassembly-instructions.md]. +See the instructions for [Building WebAssembly](../../building/libraries/webassembly-instructions.md). ### Android See the instructions for [Testing Android](../../testing/libraries/testing-android.md) -### IOS +### iOS -See the instructions for [Testing IOS](../../testing/libraries/testing-apple.md) +See the instructions for [Testing iOS](../../testing/libraries/testing-apple.md) ## Packages -- 2.7.4