Преглед изворни кода

Merge pull request #9255 from skyace65/ShaderLink

Fix dead link in shader style guide

(cherry picked from commit e5858114d85e51c7c140bbbba55f6fe14c890f83)
Max Hilbrunner пре 1 година
родитељ
комит
4ce0f8963f
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      tutorials/shaders/shaders_style_guide.rst

+ 3 - 3
tutorials/shaders/shaders_style_guide.rst

@@ -9,9 +9,9 @@ discussions, and tutorials. Hopefully, this will also support the development of
 auto-formatting tools.
 auto-formatting tools.
 
 
 Since the Godot shader language is close to C-style languages and GLSL, this
 Since the Godot shader language is close to C-style languages and GLSL, this
-guide is inspired by Godot's own GLSL formatting. You can view an example of a
-GLSL file in Godot's source code
-`here <https://github.com/godotengine/godot/blob/master/drivers/gles3/shaders/copy.glsl>`__.
+guide is inspired by Godot's own GLSL formatting. You can view examples of
+GLSL files in Godot's source code
+`here <https://github.com/godotengine/godot/blob/master/drivers/gles3/shaders/>`__.
 
 
 Style guides aren't meant as hard rulebooks. At times, you may not be able to
 Style guides aren't meant as hard rulebooks. At times, you may not be able to
 apply some of the guidelines below. When that happens, use your best judgment,
 apply some of the guidelines below. When that happens, use your best judgment,