1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

doc: Use HTTPS for docs.godotengine.org and point to latest branch

Fixes #23509.
This commit is contained in:
Rémi Verschelde
2018-11-05 08:46:27 +01:00
parent 935537c531
commit 5f8af252e8
84 changed files with 103 additions and 103 deletions

View File

@@ -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"