Gregg Tavares преди 5 години
родител
ревизия
a63bd86f96
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      threejs/lessons/threejs-custom-buffergeometry.md

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

@@ -340,7 +340,7 @@ is sharing vertices within a quad but it's not sharing vertices between
 quads because we want to be able to move each quad separately.
 quads because we want to be able to move each quad separately.
 
 
 Because I'm lazy I used a small hierarchy of 3 `Object3D` objects to compute
 Because I'm lazy I used a small hierarchy of 3 `Object3D` objects to compute
-sphere points. How this works is explained in [the article on optimizing lots of objects](http://localhost:8080/threejs/lessons/threejs-optimize-lots-of-objects.html).
+sphere points. How this works is explained in [the article on optimizing lots of objects](threejs-optimize-lots-of-objects.html).
 
 
 ```js
 ```js
 function makeSpherePositions(segmentsAround, segmentsDown) {
 function makeSpherePositions(segmentsAround, segmentsDown) {