Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLayomi Akinrinade <layomia@gmail.com>2022-03-18 02:20:19 +0300
committerGitHub <noreply@github.com>2022-03-18 02:20:19 +0300
commit8c97244d574d6fa0a4bb01d794c37e598aded79b (patch)
tree646cc8b8710db25cf2e4bff84d7b0dde39083d0e /docs
parent031901024ef4f1157130e23c784416192c76c19c (diff)
Fix emscripten-version.txt link (#66778)
Diffstat (limited to 'docs')
-rw-r--r--docs/workflow/building/libraries/webassembly-instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/workflow/building/libraries/webassembly-instructions.md b/docs/workflow/building/libraries/webassembly-instructions.md
index 3ae2d2f808a..2cb592d98df 100644
--- a/docs/workflow/building/libraries/webassembly-instructions.md
+++ b/docs/workflow/building/libraries/webassembly-instructions.md
@@ -7,7 +7,7 @@ If you haven't already done so, please read [this document](../../README.md#Buil
The **correct version** of Emscripten SDK (emsdk) needs to be installed.
* Run `make -C src/mono/wasm provision-wasm` to install emsdk into `src/mono/wasm/emsdk`.
* Alternatively follow the [installation guide](https://emscripten.org/docs/getting_started/downloads.html#sdk-download-and-install).
-Do not install `latest` but rather specific version e.g. `./emsdk install 2.0.23`. See [emscripten-version.txt](..\..\..\..\src\mono\wasm\emscripten-version.txt)
+Do not install `latest` but rather specific version e.g. `./emsdk install 2.0.23`. See [emscripten-version.txt](../../../../src/mono/wasm/emscripten-version.txt)
Once installed the `EMSDK_PATH` environment variable needs to be set: