You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Fixes #23509.
This commit is contained in:
@@ -978,7 +978,7 @@ void ScriptEditor::_menu_option(int p_option) {
|
||||
} break;
|
||||
case SEARCH_WEBSITE: {
|
||||
|
||||
OS::get_singleton()->shell_open("http://docs.godotengine.org/");
|
||||
OS::get_singleton()->shell_open("https://docs.godotengine.org/");
|
||||
} break;
|
||||
|
||||
case WINDOW_NEXT: {
|
||||
|
||||
Reference in New Issue
Block a user