浏览代码

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>