diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2021-08-23 15:58:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 15:58:54 +0200 |
commit | 583b6a594ab88208d1e78c94e70a2957c316cf64 (patch) | |
tree | 9aac8c191ebc808667dce8b18e61b60db66782c5 /modules/enet | |
parent | 88db5417050ff6ffe97ab2716ab2e53c31b07eb4 (diff) | |
parent | ae1702bee5e8b3e6d4e31041b4a593826ac60484 (diff) |
Merge pull request #51971 from aaronfranke/https
Replace HTTP URLs with HTTPS for sites with HTTPS versions
Diffstat (limited to 'modules/enet')
-rw-r--r-- | modules/enet/doc_classes/ENetConnection.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/enet/doc_classes/ENetConnection.xml b/modules/enet/doc_classes/ENetConnection.xml index c2a85ffdf8..01ac64f74c 100644 --- a/modules/enet/doc_classes/ENetConnection.xml +++ b/modules/enet/doc_classes/ENetConnection.xml @@ -155,7 +155,7 @@ ENet's built-in range encoding. Works well on small packets, but is not the most efficient algorithm on packets larger than 4 KB. </constant> <constant name="COMPRESS_FASTLZ" value="2" enum="CompressionMode"> - [url=http://fastlz.org/]FastLZ[/url] compression. This option uses less CPU resources compared to [constant COMPRESS_ZLIB], at the expense of using more bandwidth. + [url=https://fastlz.org/]FastLZ[/url] compression. This option uses less CPU resources compared to [constant COMPRESS_ZLIB], at the expense of using more bandwidth. </constant> <constant name="COMPRESS_ZLIB" value="3" enum="CompressionMode"> [url=https://www.zlib.net/]Zlib[/url] compression. This option uses less bandwidth compared to [constant COMPRESS_FASTLZ], at the expense of using more CPU resources. |