From 70dd9d7071a16b7c894b10f52af5619f197927be Mon Sep 17 00:00:00 2001 From: Xavier Hocquet Date: Wed, 5 Nov 2025 21:22:19 -0500 Subject: [PATCH] Use version-specific GH link in customizing_html5_shell.rst --- tutorials/platform/customizing_html5_shell.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/platform/customizing_html5_shell.rst b/tutorials/platform/customizing_html5_shell.rst index 39c36b9b194..2cd0ae67ddd 100644 --- a/tutorials/platform/customizing_html5_shell.rst +++ b/tutorials/platform/customizing_html5_shell.rst @@ -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 `__ +`/misc/dist/html/full-size.html `__ but the following template can be used as a much simpler example: .. code-block:: html