Browse Source

Merge pull request #14384 from rtpHarry/patch-3

Docs - Deprecated List - Fix two broken links
Mr.doob 7 years ago
parent
commit
a645c2d3f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/deprecated/DeprecatedList.html

+ 2 - 2
docs/api/deprecated/DeprecatedList.html

@@ -522,9 +522,9 @@
 
 		<h3>[page:WebGLProgram]</h3>
 		<p>
-			WebGLProgram.uniforms is now [page:	WebGLProgram.getUniforms]().<br /><br />
+			WebGLProgram.uniforms is now [page:WebGLProgram.getUniforms]().<br /><br />
 
-			WebGLProgram.attributes is now [page:	WebGLProgram.getAttributes]().
+			WebGLProgram.attributes is now [page:WebGLProgram.getAttributes]().
 		</p>
 
 		<h3>[page:WebGLRenderer]</h3>