浏览代码

Fix references

(cherry picked from commit 2048edd17fb9ec9bbc5994cd09e940c39309d671)
Remi Rampin 6 年之前
父节点
当前提交
4ba4b78bff
共有 1 个文件被更改,包括 2 次插入2 次删除
  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...
 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.
    - 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>`.
    - 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.
    - Editor and runtime accessible.