diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-11-05 08:46:27 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-11-05 08:46:27 +0100 |
commit | 5f8af252e87735f7577cc985cbe6ff6f1b3b56f8 (patch) | |
tree | 544bfc4b412f3e3f892242c75d1e46f69d59c64b /doc/classes/HTTPClient.xml | |
parent | 935537c53191e7430a77949eab6b1e50841c19bd (diff) | |
download | redot-engine-5f8af252e87735f7577cc985cbe6ff6f1b3b56f8.tar.gz |
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Fixes #23509.
Diffstat (limited to 'doc/classes/HTTPClient.xml')
-rw-r--r-- | doc/classes/HTTPClient.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml index 08e2f649a0..2f21505757 100644 --- a/doc/classes/HTTPClient.xml +++ b/doc/classes/HTTPClient.xml @@ -10,8 +10,8 @@ For more information on HTTP, see https://developer.mozilla.org/en-US/docs/Web/HTTP (or read RFC 2616 to get it straight from the source: https://tools.ietf.org/html/rfc2616). </description> <tutorials> - <link>http://docs.godotengine.org/en/3.0/tutorials/networking/http_client_class.html</link> - <link>http://docs.godotengine.org/en/3.0/tutorials/networking/ssl_certificates.html</link> + <link>https://docs.godotengine.org/en/latest/tutorials/networking/http_client_class.html</link> + <link>https://docs.godotengine.org/en/latest/tutorials/networking/ssl_certificates.html</link> </tutorials> <demos> </demos> |