From 08294fb7226b2a750873c0bb15259dfb2b957c9e Mon Sep 17 00:00:00 2001 From: J_Hong <6953660+aron3097@users.noreply.github.com> Date: Wed, 20 Jun 2018 21:18:08 +0800 Subject: [PATCH] correct emscripten sdk download url correct emscripten sdk download url --- development/compiling/compiling_for_web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/compiling/compiling_for_web.rst b/development/compiling/compiling_for_web.rst index 4cd5fc578..41ca6b1ea 100644 --- a/development/compiling/compiling_for_web.rst +++ b/development/compiling/compiling_for_web.rst @@ -12,7 +12,7 @@ To compile export templates for the Web, the following is required: - `Emscripten 1.37.9+ `__: If the version available per package manager is not recent enough, the best alternative is to install - using the `Emscripten SDK `__ + using the `Emscripten SDK `__ - `Python 2.7+ or Python 3.5+ `__ - `SCons `__ build system