Explorar el Código

Update webgl_marchingcubes.html

Update link to avoid HTTP 404.
Michael Herzog hace 8 años
padre
commit
9f2c3f722e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_marchingcubes.html

+ 1 - 1
examples/webgl_marchingcubes.html

@@ -51,7 +51,7 @@
 	<div id="info">
 		<a href="http://threejs.org" target="_blank">three.js</a> -
 		marching cubes -
-		[based on greggman's <a href="http://webglsamples.googlecode.com/hg/blob/blob.html">blob</a>, original code by Henrik Rydgård]
+		[based on greggman's <a href="https://webglsamples.org/blob/blob.html">blob</a>, original code by Henrik Rydgård]
 	</div>
 
 	<script src="../build/three.js"></script>