[mbr] Fix link in README (#47914)
authorAleksey Kliger (λgeek) <alklig@microsoft.com>
Fri, 5 Feb 2021 18:38:37 +0000 (13:38 -0500)
committerGitHub <noreply@github.com>
Fri, 5 Feb 2021 18:38:37 +0000 (13:38 -0500)
src/mono/sample/mbr/README.md

index 50e6501..ea11838 100644 (file)
@@ -28,7 +28,7 @@ build.sh -s Mono+Libs /p:MonoMetadataUpdate=true
 
 For WebAssembly:
 
-Make sure `EMSDK_PATH` is set (see [workflow](../../../../../docs/workflow/building/libraries/webassembly-instructions.md))
+Make sure `EMSDK_PATH` is set (see [workflow](../../../../docs/workflow/building/libraries/webassembly-instructions.md))
 ```console
 build.sh --os browser /p:MonoMetadataUpdate=true
 ```