Browse Source

Fix references

(cherry picked from commit 2048edd17fb9ec9bbc5994cd09e940c39309d671)
Remi Rampin 6 years ago
parent
commit
4ba4b78bff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      getting_started/workflow/best_practices/scenes_versus_scripts.rst

+ 2 - 2
getting_started/workflow/best_practices/scenes_versus_scripts.rst

@@ -95,7 +95,7 @@ name.
 
 There are two systems for registering types...
 
-- `Custom Types <doc_making_plugins>`
+- :ref:`Custom Types <doc_making_plugins>`
 
    - Editor-only. Typenames are not accessible at runtime.
 
@@ -112,7 +112,7 @@ There are two systems for registering types...
 
    - Set up using :ref:`EditorPlugin.add_custom_type <class_EditorPlugin_method_add_custom_type>`.
 
-- `Script Classes <https://godot.readthedocs.io/en/latest/getting_started/step_by_step/scripting_continued.html#register-scripts-as-classes>`_
+- :ref:`Script Classes <doc_scripting_continued_class_name>`
 
    - Editor and runtime accessible.