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

Merge pull request #51971 from aaronfranke/https

Replace HTTP URLs with HTTPS for sites with HTTPS versions
This commit is contained in:
Max Hilbrunner
2021-08-23 15:58:54 +02:00
committed by GitHub
55 changed files with 83 additions and 83 deletions

View File

@@ -2950,7 +2950,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;