aboutsummaryrefslogtreecommitdiff
path: root/modules/gridmap
diff options
context:
space:
mode:
authorRémi Verschelde2018-01-25 09:03:59 +0100
committerRémi Verschelde2018-01-25 09:03:59 +0100
commitf2e3825616ce67078159adc3d591e4c6e368983a (patch)
treee42a79b5a304ccc4f2e5189ac3b2ee79a1491cda /modules/gridmap
parentd516aab8fa6b64c914082888863c5a89b3fec574 (diff)
downloadgodot-f2e3825616ce67078159adc3d591e4c6e368983a.tar.gz
godot-f2e3825616ce67078159adc3d591e4c6e368983a.tar.zst
godot-f2e3825616ce67078159adc3d591e4c6e368983a.zip
doc: Fix references to online tutorials after godotengine/godot-docs#1015
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 8a780ce98..44685220b 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>
- http://docs.godotengine.org/en/3.0/learning/features/3d/using_gridmaps.html
+ http://docs.godotengine.org/en/3.0/tutorials/3d/using_gridmaps.html
</tutorials>
<demos>
</demos>