Browse Source

Docs: Fix link

nevermakeport 8 years ago
parent
commit
d494d43c5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/materials/ShaderMaterial.html

+ 1 - 1
docs/api/materials/ShaderMaterial.html

@@ -14,7 +14,7 @@
 
 
 		<div class="desc">
 		<div class="desc">
 			A material rendered with custom shaders. A shader is a small program written in
 			A material rendered with custom shaders. A shader is a small program written in
-			[link:https://www.khronos.org/files/opengles_shading_language.pdf_ES GLSL] that runs on the GPU.
+			[link:https://www.khronos.org/files/opengles_shading_language.pdf GLSL] that runs on the GPU.
 			You may want to use a custom shader if you need to:
 			You may want to use a custom shader if you need to:
 		<ul>
 		<ul>
 			<li>implement an effect not included with any of the built-in [page:Material materials]</li>
 			<li>implement an effect not included with any of the built-in [page:Material materials]</li>