Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/platform/customizing_html5_shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Some use-cases where customizing the default page is useful include:
- 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
`/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.6/misc/dist/html/full-size.html>`__
but the following template can be used as a much simpler example:

.. code-block:: html
Expand Down