소스 검색

fix diagrams in ru

Gregg Tavares 5 년 전
부모
커밋
68139ba5e4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      threejs/lessons/ru/threejs-custom-buffergeometry.md
  2. 1 1
      threejs/lessons/ru/threejs-fog.md

+ 1 - 1
threejs/lessons/ru/threejs-custom-buffergeometry.md

@@ -430,5 +430,5 @@ positionAttribute.needsUpdate = true;
 действительно зависит от ваших потребностей. 
 
 <canvas id="c"></canvas>
-<script type="module" src="resources/threejs-custom-buffergeometry.js"></script>
+<script type="module" src="../resources/threejs-custom-buffergeometry.js"></script>
 

+ 1 - 1
threejs/lessons/ru/threejs-fog.md

@@ -241,4 +241,4 @@ class FogGUIHelper {
 </div>
 
 <canvas id="c"></canvas>
-<script type="module" src="resources/threejs-fog.js"></script>
+<script type="module" src="../resources/threejs-fog.js"></script>