Browse Source

[3.2] [HTML5] Point to 3.2 html5 shell example.

Direct reference to GitHub is removed in 3.3/master in favour of a
minimal emvedded example after the rewrite of the JS interface.
Fabio Alessandrelli 4 years ago
parent
commit
57b17e5af7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tutorials/platform/customizing_html5_shell.rst

+ 2 - 2
tutorials/platform/customizing_html5_shell.rst

@@ -19,9 +19,9 @@ Some use-cases where customizing the default page is useful include:
 - Passing custom command line arguments, e.g. ``-s`` to start a ``MainLoop`` script.
 - Passing custom command line arguments, e.g. ``-s`` to start a ``MainLoop`` script.
 
 
 The default HTML page is available in the Godot Engine repository at
 The default HTML page is available in the Godot Engine repository at
-`/misc/dist/html/full-size.html <https://github.com/godotengine/godot/blob/master/misc/dist/html/full-size.html>`__
+`/misc/dist/html/full-size.html <https://github.com/godotengine/godot/blob/3.2/misc/dist/html/full-size.html>`__
 and can be used as a reference implementation. Another sample HTML page is available at
 and can be used as a reference implementation. Another sample HTML page is available at
-`/misc/dist/html/fixed-size.html <https://github.com/godotengine/godot/blob/master/misc/dist/html/fixed-size.html>`__.
+`/misc/dist/html/fixed-size.html <https://github.com/godotengine/godot/blob/3.2/misc/dist/html/fixed-size.html>`__.
 It differs from the default one by having a fixed size canvas area and an output widget below it.
 It differs from the default one by having a fixed size canvas area and an output widget below it.
 
 
 .. note:: It is recommended to use developer tools provided by browser vendors to debug
 .. note:: It is recommended to use developer tools provided by browser vendors to debug