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

Replace HTTP links with HTTPS for sites with HTTPS versions

This commit is contained in:
Aaron Franke
2021-08-21 20:56:25 -05:00
parent bb1c930a41
commit ae1702bee5
55 changed files with 83 additions and 83 deletions

View File

@@ -2951,7 +2951,7 @@ void GDScriptParser::get_class_doc_comment(int p_line, String &p_brief, String &
} else {
/* Syntax:
@tutorial ( The Title Here ) : http://the.url/
@tutorial ( The Title Here ) : https://the.url/
^ open ^ close ^ colon ^ url
*/
int open_bracket_pos = begin_scan, close_bracket_pos = 0;