mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
Merge pull request #51971 from aaronfranke/https
Replace HTTP URLs with HTTPS for sites with HTTPS versions
This commit is contained in:
commit
583b6a594a
55 changed files with 83 additions and 83 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue