summaryrefslogtreecommitdiff
path: root/modules/gridmap
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-11-05 08:46:27 +0100
committerRémi Verschelde <rverschelde@gmail.com>2018-11-05 08:46:27 +0100
commit5f8af252e87735f7577cc985cbe6ff6f1b3b56f8 (patch)
tree544bfc4b412f3e3f892242c75d1e46f69d59c64b /modules/gridmap
parent935537c53191e7430a77949eab6b1e50841c19bd (diff)
doc: Use HTTPS for docs.godotengine.org and point to latest branch
Fixes #23509.
Diffstat (limited to 'modules/gridmap')
-rw-r--r--modules/gridmap/doc_classes/GridMap.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml
index f13479940d..9b9088dd82 100644
--- a/modules/gridmap/doc_classes/GridMap.xml
+++ b/modules/gridmap/doc_classes/GridMap.xml
@@ -10,7 +10,7 @@
A GridMap is split into a sparse collection of octants for efficient rendering and physics processing. Every octant has the same dimensions and can contain several cells.
</description>
<tutorials>
- <link>http://docs.godotengine.org/en/3.0/tutorials/3d/using_gridmaps.html</link>
+ <link>https://docs.godotengine.org/en/latest/tutorials/3d/using_gridmaps.html</link>
</tutorials>
<demos>
</demos>