Closes #4155 Closes #4154
@@ -23,7 +23,7 @@ This class allows you to define a custom shader program that can be used by a :r
Tutorials
---------
-- :doc:`../tutorials/shading/index`
+- :doc:`../tutorials/shaders/index`
- :ref:`doc_introduction_to_shaders`
@@ -21,7 +21,7 @@ A material that uses a custom :ref:`Shader<class_Shader>` program to render eith
Properties
----------
@@ -18,7 +18,7 @@ Base class for nodes in a visual shader graph.
-- :doc:`../tutorials/shading/visual_shaders`
+- :doc:`../tutorials/shaders/visual_shaders`
@@ -91,7 +91,7 @@ The main documentation for the site is organized into the following sections:
tutorials/i18n/index
tutorials/gui/index
tutorials/rendering/index
- tutorials/shading/index
+ tutorials/shaders/index
tutorials/networking/index
tutorials/vr/index
tutorials/plugins/index
@@ -1,4 +1,4 @@
-Shading
+Shaders
=======
.. toctree::
@@ -6,7 +6,7 @@ Shading
:name: toc-learn-features-shading
introduction_to_shaders
- shading_reference/index
+ shader_reference/index
your_first_shader/index
shader_materials
visual_shaders