diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-11-05 08:46:27 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-11-05 08:46:27 +0100 |
commit | 5f8af252e87735f7577cc985cbe6ff6f1b3b56f8 (patch) | |
tree | 544bfc4b412f3e3f892242c75d1e46f69d59c64b /editor/editor_help.cpp | |
parent | 935537c53191e7430a77949eab6b1e50841c19bd (diff) |
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Fixes #23509.
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r-- | editor/editor_help.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index 80dd5aa114..caa60eb645 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -36,7 +36,7 @@ #include "editor_node.h" #include "editor_settings.h" -#define CONTRIBUTE_URL "http://docs.godotengine.org/en/latest/community/contributing/updating_the_class_reference.html" +#define CONTRIBUTE_URL "https://docs.godotengine.org/en/latest/community/contributing/updating_the_class_reference.html" #define CONTRIBUTE2_URL "https://github.com/godotengine/godot-docs" #define REQUEST_URL "https://github.com/godotengine/godot-docs/issues/new" |