doc: Use HTTPS for docs.godotengine.org and point to latest branch
Fixes #23509.
This commit is contained in:
parent
935537c531
commit
5f8af252e8
84 changed files with 103 additions and 103 deletions
|
|
@ -2270,7 +2270,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("http://docs.godotengine.org/");
|
||||
OS::get_singleton()->shell_open("https://docs.godotengine.org/");
|
||||
} break;
|
||||
case HELP_QA: {
|
||||
OS::get_singleton()->shell_open("https://godotengine.org/qa/");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue