Browse Source

Merge pull request #10554 from looeee/docs/polyfills/fixLink

Fixed link in docs to polyfills page and src
Mr.doob 8 years ago
parent
commit
ea70646c18
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/api/Polyfills.html
  2. 1 1
      docs/list.js

+ 1 - 1
docs/api/Polyfills.html

@@ -41,6 +41,6 @@
 
 		<h2>Source</h2>
 
-		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
+		[link:https://github.com/mrdoob/three.js/blob/master/src/polyfills.js src/polyfills.js]
 	</body>
 </html>

+ 1 - 1
docs/list.js

@@ -360,7 +360,7 @@ var list = {
 
 	"Developer Reference": {
 		"Polyfills": [
-			[ "Polyfills", "api/polyfills" ]
+			[ "Polyfills", "api/Polyfills" ]
 		],
 
 		"WebGLRenderer": [