diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-06-13 14:29:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-13 14:29:45 +0200 |
commit | f0fa5902100b5b2a6207b1656cf90af3c36bd213 (patch) | |
tree | b901e9760a7bade5ad0c0c48d55c21e5c1c7d39f /doc/classes/World.xml | |
parent | 62b75a94ec9c746aa6f58dad39ca2917428a38f1 (diff) | |
parent | 98b59cf2a387e469851eee137cc6310cfc4b2a6d (diff) |
Merge pull request #19526 from robojumper/fix_tutorials
Add support for tutorial links to makerst.py
Diffstat (limited to 'doc/classes/World.xml')
-rw-r--r-- | doc/classes/World.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/World.xml b/doc/classes/World.xml index 9fc0e139b5..540848e40a 100644 --- a/doc/classes/World.xml +++ b/doc/classes/World.xml @@ -7,7 +7,7 @@ Class that has everything pertaining to a world. A physics space, a visual scenario and a sound space. Spatial nodes register their resources into the current world. </description> <tutorials> - http://docs.godotengine.org/en/3.0/tutorials/physics/ray-casting.html + <link>http://docs.godotengine.org/en/3.0/tutorials/physics/ray-casting.html</link> </tutorials> <demos> </demos> |