Skip to content

Commit a23d914

Browse files
committed
Fix outdated reference to godot.tools.html in Compiling for the Web
It's `godot.editor.html` since Godot 4.0.
1 parent 1a72210 commit a23d914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/compiling/compiling_for_web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ server requirements.
121121
python platform/web/serve.py
122122

123123
This will serve the contents of the ``bin/`` folder and open the default web
124-
browser automatically. In the page that opens, access ``godot.tools.html``
124+
browser automatically. In the page that opens, access ``godot.editor.html``
125125
and you should be able to test the web editor this way.
126126

127127
Note that for production use cases, this Python-based web server should not

0 commit comments

Comments
 (0)