Ver Fonte

fix more example links

aardgoose há 6 anos atrás
pai
commit
1c9b1109bf

+ 1 - 1
examples/webgl_animation_skinning_morph.html

@@ -40,7 +40,7 @@
 
 		<div id="info">
 		<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - clip system
-		- knight by <a href="http://vimeo.com/36113323">apendua</a>
+		- knight by <a href="https://vimeo.com/36113323" target="_blank" rel="noopener">apendua</a>
 			<div id="meminfo"></div>
 		</div>
 

+ 1 - 1
examples/webgl_geometry_teapot.html

@@ -32,7 +32,7 @@
 	<body>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - the Utah Teapot<br />
-			from <a href="https://www.udacity.com/course/interactive-3d-graphics--cs291">Udacity Interactive 3D Graphics</a>
+			from <a href="https://www.udacity.com/course/interactive-3d-graphics--cs291" target="_blank" rel="noopener">Udacity Interactive 3D Graphics</a>
 		</div>
 
 		<script src="../build/three.js"></script>

+ 1 - 1
examples/webgl_loader_assimp2json.html

@@ -31,7 +31,7 @@
 		<div id="info">
 			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> -
 			Jeep by Psionic, interior from
-			<a href="http://assimp.sf.net" target="_blank" rel="noopener">Assimp</a>
+			<a href="http://www.assimp.org/" target="_blank" rel="noopener">Assimp</a>
 		</div>
 
 		<script src="../build/three.js"></script>

+ 1 - 1
examples/webgl_loader_ctm.html

@@ -31,7 +31,7 @@
 		<div id="info">
 		<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> -
 		<a href="http://openctm.sourceforge.net/" target="_blank" rel="noopener">CTM format</a> loader test -
-		using <a href="http://code.google.com/p/js-openctm/">js-openctm</a> -
+		using <a href="https://github.com/jcmellado/js-openctm" target="_blank" rel="noopener">js-openctm</a> -
 		models from <a href="http://www.sci.utah.edu/~wald/animrep/" target="_blank" rel="noopener">The Utah 3D Animation Repository</a>,
 		<a href="http://graphics.cs.williams.edu/data/meshes.xml#14" target="_blank" rel="noopener">Lee Perry-Smith</a>,
 		<a href="http://davidoreilly.com/post/18087489343/disneyhead" target="_blank" rel="noopener">David OReilly</a>

+ 1 - 1
examples/webgl_loader_ctm_materials.html

@@ -34,7 +34,7 @@
 	<body>
 		<div id="info">
 		<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> webgl -
-		using <a href="http://code.google.com/p/js-openctm/">js-openctm</a> -
+		using <a href="https://github.com/jcmellado/js-openctm"  target="_blank" rel="noopener">js-openctm</a> -
 		camaro by <a href="http://www.turbosquid.com/3d-models/blender-camaro/411348" target="_blank" rel="noopener">dskfnwn</a> -
 		skybox by <a href="http://ict.debevec.org/~debevec/" target="_blank" rel="noopener">Paul Debevec</a>
 		</div>

+ 1 - 1
examples/webgl_loader_ply.html

@@ -39,7 +39,7 @@
 	<body>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> -
-			PLY loader test by <a href="https://github.com/menway">Wei Meng</a>. Image from <a href="http://people.sc.fsu.edu/~jburkardt/data/ply/ply.html">John Burkardt</a>
+			PLY loader test by <a href="https://github.com/menway" target="_blank" rel="noopener">Wei Meng</a>. Image from <a href="http://people.sc.fsu.edu/~jburkardt/data/ply/ply.html">John Burkardt</a>
 		</div>
 
 		<script src="../build/three.js"></script>

+ 1 - 1
examples/webgl_loader_stl.html

@@ -39,7 +39,7 @@
 	<body>
 		<div id="info">
 			<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> -
-			STL loader test by <a href="https://github.com/aleeper">aleeper</a>. PR2 head from <a href="http://www.ros.org/wiki/pr2_description">www.ros.org</a>
+			STL loader test by <a href="https://github.com/aleeper" target="_blank" rel="noopener">aleeper</a>. PR2 head from <a href="http://www.ros.org/wiki/pr2_description">www.ros.org</a>
 		</div>
 
 		<script src="../build/three.js"></script>