Skip to content

Commit e585811

Browse files
authored
Merge pull request #9255 from skyace65/ShaderLink
Fix dead link in shader style guide
2 parents 6c3d852 + 890e389 commit e585811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/shaders/shaders_style_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ discussions, and tutorials. Hopefully, this will also support the development of
99
auto-formatting tools.
1010

1111
Since the Godot shader language is close to C-style languages and GLSL, this
12-
guide is inspired by Godot's own GLSL formatting. You can view an example of a
13-
GLSL file in Godot's source code
14-
`here <https://github.com/godotengine/godot/blob/master/drivers/gles3/shaders/copy.glsl>`__.
12+
guide is inspired by Godot's own GLSL formatting. You can view examples of
13+
GLSL files in Godot's source code
14+
`here <https://github.com/godotengine/godot/blob/master/drivers/gles3/shaders/>`__.
1515

1616
Style guides aren't meant as hard rulebooks. At times, you may not be able to
1717
apply some of the guidelines below. When that happens, use your best judgment,

0 commit comments

Comments
 (0)