doc: Use HTTPS for docs.godotengine.org and point to latest branch
Fixes #23509.
This commit is contained in:
parent
935537c531
commit
5f8af252e8
84 changed files with 103 additions and 103 deletions
|
|
@ -7,7 +7,7 @@
|
|||
Plane represents a normalized plane equation. Basically, "normal" is the normal of the plane (a,b,c normalized), and "d" is the distance from the origin to the plane (in the direction of "normal"). "Over" or "Above" the plane is considered the side of the plane towards where the normal is pointing.
|
||||
</description>
|
||||
<tutorials>
|
||||
<link>http://docs.godotengine.org/en/3.0/tutorials/math/index.html</link>
|
||||
<link>https://docs.godotengine.org/en/latest/tutorials/math/index.html</link>
|
||||
</tutorials>
|
||||
<demos>
|
||||
</demos>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue