From a23d9145c14a230106525cb76c0821ddbb6e4e83 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 29 Nov 2024 02:03:36 +0100 Subject: [PATCH] Fix outdated reference to `godot.tools.html` in Compiling for the Web It's `godot.editor.html` since Godot 4.0. --- contributing/development/compiling/compiling_for_web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/compiling/compiling_for_web.rst b/contributing/development/compiling/compiling_for_web.rst index 2db64081bbd..099248dbb30 100644 --- a/contributing/development/compiling/compiling_for_web.rst +++ b/contributing/development/compiling/compiling_for_web.rst @@ -121,7 +121,7 @@ server requirements. python platform/web/serve.py This will serve the contents of the ``bin/`` folder and open the default web - browser automatically. In the page that opens, access ``godot.tools.html`` + browser automatically. In the page that opens, access ``godot.editor.html`` and you should be able to test the web editor this way. Note that for production use cases, this Python-based web server should not