diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-29 02:48:10 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-29 02:48:10 +0100 |
commit | 68eae6b6e993b1e7cafa4713ce30222641eb4ef9 (patch) | |
tree | 814989fd591e0f1af8f6ff21df38989fb5fac73c /doc/classes/MultiMesh.xml | |
parent | 6a5ffb8f6eb1ff36d3fa69659e48b7a6b77d1f2a (diff) |
Fix some URLs to use HTTPS when available
Diffstat (limited to 'doc/classes/MultiMesh.xml')
-rw-r--r-- | doc/classes/MultiMesh.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/MultiMesh.xml b/doc/classes/MultiMesh.xml index 963234e451..74e94d4983 100644 --- a/doc/classes/MultiMesh.xml +++ b/doc/classes/MultiMesh.xml @@ -10,8 +10,8 @@ Since instances may have any behavior, the AABB used for visibility must be provided by the user. </description> <tutorials> - <link>http://docs.godotengine.org/en/latest/tutorials/3d/vertex_animation/animating_thousands_of_fish.html</link> - <link>http://docs.godotengine.org/en/latest/tutorials/optimization/using_multimesh.html</link> + <link>https://docs.godotengine.org/en/latest/tutorials/3d/vertex_animation/animating_thousands_of_fish.html</link> + <link>https://docs.godotengine.org/en/latest/tutorials/optimization/using_multimesh.html</link> </tutorials> <methods> <method name="get_aabb" qualifiers="const"> |