diff --git a/getting_started/workflow/best_practices/scenes_versus_scripts.rst b/getting_started/workflow/best_practices/scenes_versus_scripts.rst index de0258664..669804210 100644 --- a/getting_started/workflow/best_practices/scenes_versus_scripts.rst +++ b/getting_started/workflow/best_practices/scenes_versus_scripts.rst @@ -95,7 +95,7 @@ name. There are two systems for registering types... -- `Custom Types ` +- :ref:`Custom Types ` - 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 `. -- `Script Classes `_ +- :ref:`Script Classes ` - Editor and runtime accessible.