Fix internal links to use proper :ref: syntax

This commit is contained in:
Rémi Verschelde
2018-12-13 11:57:52 +01:00
parent 559ab15371
commit 8a49da6da5
5 changed files with 49 additions and 46 deletions

View File

@@ -103,12 +103,10 @@ type:
Currently you can use three types of… types:
1. `Built-in
types <http://docs.godotengine.org/en/3.0/getting_started/scripting/gdscript/gdscript_basics.html#built-in-types>`__
1. :ref:`Built-in<gdscript_basics.html#built-in-types>`
2. Core classes and nodes (``Object``, ``Node``, ``Area2D``,
``Camera2D``, etc.)
3. Your own, custom classes. Look at the new
`class_name <https://godot.readthedocs.io/en/latest/getting_started/step_by_step/scripting_continued.html#register-scripts-as-classes>`__
3. Your own, custom classes. Look at the new :ref:`class_name <doc_scripting_continued_class_name>`
feature to register types in the editor.
.. note::