소스 검색

Merge pull request #20905 from ComanderKai77/patch-1

Fixed link to source code for Lut
Mr.doob 4 년 전
부모
커밋
c7253d4715
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>