浏览代码

Fix outdated reference to `godot.tools.html` in Compiling for the Web

It's `godot.editor.html` since Godot 4.0.
Hugo Locurcio 9 月之前
父节点
当前提交
83d7bb5056
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing/development/compiling/compiling_for_web.rst

+ 1 - 1
contributing/development/compiling/compiling_for_web.rst

@@ -125,7 +125,7 @@ server requirements.
         python platform/web/serve.py
         python platform/web/serve.py
 
 
     This will serve the contents of the ``bin/`` folder and open the default web
     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.
     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
     Note that for production use cases, this Python-based web server should not