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
commit 583b6a594a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;