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`
@@ -23,7 +23,7 @@ A material that uses a custom :ref:`Shader<class_Shader>` program to render eith
Properties
----------
@@ -23,7 +23,7 @@ Visual shader graphs consist of various nodes. Each node in the graph is a separ
-- :doc:`../tutorials/shading/visual_shaders`
+- :doc:`../tutorials/shaders/visual_shaders`
@@ -97,7 +97,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