Przeglądaj źródła

Merge pull request #20905 from ComanderKai77/patch-1

Fixed link to source code for Lut
Mr.doob 4 lat temu
rodzic
commit
c7253d4715
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      docs/examples/en/math/Lut.html
  2. 1 1
      docs/examples/zh/math/Lut.html

+ 1 - 1
docs/examples/en/math/Lut.html

@@ -138,7 +138,7 @@
 		<h2>Source</h2>
 
 		<p>
-			[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/math/[path].js examples/jsm/math/[path].js]
+			[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/math/Lut.js examples/jsm/math/Lut.js]
 		</p>
 	</body>
 </html>

+ 1 - 1
docs/examples/zh/math/Lut.html

@@ -138,7 +138,7 @@
 		<h2>源码</h2>
 
 		<p>
-			[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/math/[path].js examples/jsm/math/[path].js]
+			[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/math/Lut.js examples/jsm/math/Lut.js]
 		</p>
 	</body>
 </html>