summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-02-20 10:01:34 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-02-20 10:02:14 -0300
commit70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb (patch)
tree12c9647cfa196cb4eb760e7d7e300b0265e980ac /tools
parentc795ceca20170decd9af2f854317aa841399d143 (diff)
-Change link to new documentation
-fixed bug in tilemap collision debug
Diffstat (limited to 'tools')
-rw-r--r--tools/editor/plugins/script_editor_plugin.cpp2
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 18f3787cff..9c77230850 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: {