Browse Source

Merge pull request #13193 from davidlyons/patch-1

Updated intro presentation URL
Mr.doob 7 years ago
parent
commit
e3526aaa8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -253,7 +253,7 @@
 				<script>
 				<script>
 					var resources = [
 					var resources = [
 						'<a href="https://www.udacity.com/course/interactive-3d-graphics--cs291" target="_blank"><img src="files/udacity.png" width="121" height="152" /></a>',
 						'<a href="https://www.udacity.com/course/interactive-3d-graphics--cs291" target="_blank"><img src="files/udacity.png" width="121" height="152" /></a>',
-						'<a href="http://davidscottlyons.com/threejs/presentations/frontporch14/" target="_blank"><img src="files/intro.png" width="121" height="106" /></a>'
+						'<a href="http://davidscottlyons.com/threejs-intro/" target="_blank"><img src="files/intro.png" width="121" height="106" /></a>'
 					];
 					];
 					document.write( resources[ Math.floor( Math.random() * resources.length ) ] );
 					document.write( resources[ Math.floor( Math.random() * resources.length ) ] );
 				</script>
 				</script>