mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix internal links to use proper :ref: syntax
This commit is contained in:
@@ -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::
|
||||
|
||||
Reference in New Issue
Block a user