mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Use versioned URL for "Online Documentation" buttons in the editor
This also avoids a redirect, making the page appear to load faster.
(cherry picked from commit 958912a33f)
This commit is contained in:
parent
f61ce6ee89
commit
92e6c2a33d
2 changed files with 3 additions and 2 deletions
|
|
@ -2863,7 +2863,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
|||
emit_signal("request_help_search", "");
|
||||
} break;
|
||||
case HELP_DOCS: {
|
||||
OS::get_singleton()->shell_open("https://docs.godotengine.org/");
|
||||
OS::get_singleton()->shell_open(VERSION_DOCS_URL "/");
|
||||
} break;
|
||||
case HELP_QA: {
|
||||
OS::get_singleton()->shell_open("https://godotengine.org/qa/");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue