소스 검색

fix paths

Gregg Tavares 6 년 전
부모
커밋
2e63de0fb3
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      threejs/lessons/ru/threejs-cameras.md
  2. 1 1
      threejs/lessons/ru/threejs-primitives.md
  3. 1 1
      threejs/lessons/ru/threejs-textures.md

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

@@ -591,4 +591,4 @@ function render(time) {
 А пока давайте перейдем к [теням](threejs-shadows.html).
 
 <canvas id="c"></canvas>
-<script type="module" src="resources/threejs-cameras.js"></script>
+<script type="module" src="../resources/threejs-cameras.js"></script>

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

@@ -331,4 +331,4 @@ function addLineGeometry(x, y, geometry) {
 
 <canvas id="c"></canvas>
 <script type="module" src="../resources/threejs-primitives.js"></script>
-<link rel="stylesheet" href="resources/threejs-primitives.css">
+<link rel="stylesheet" href="../resources/threejs-primitives.css">

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

@@ -617,4 +617,4 @@ roughness
 
 <canvas id="c"></canvas>
 <script type="module" src="../resources/threejs-textures.js"></script>
-<link rel="stylesheet" href="resources/threejs-textures.css">
+<link rel="stylesheet" href="../resources/threejs-textures.css">