diff options
| author | Juan Linietsky | 2016-02-20 10:01:34 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-02-20 10:02:14 -0300 |
| commit | 70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb (patch) | |
| tree | 12c9647cfa196cb4eb760e7d7e300b0265e980ac /tools/editor/plugins/script_editor_plugin.cpp | |
| parent | c795ceca20170decd9af2f854317aa841399d143 (diff) | |
| download | godot-70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb.tar.gz godot-70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb.tar.zst godot-70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb.zip | |
-Change link to new documentation
-fixed bug in tilemap collision debug
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 18f3787cf..9c7723085 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -979,7 +979,7 @@ void ScriptEditor::_menu_option(int p_option) { } break; case SEARCH_WEBSITE: { - OS::get_singleton()->shell_open("http://www.godotengine.org/projects/godot-engine/wiki/Documentation#Tutorials"); + OS::get_singleton()->shell_open("http://docs.godotengine.org/"); } break; case WINDOW_NEXT: { |
