Browse Source

rawgithub often blacklists three.js

the cloudflare cdn is more reliable even if it's always going to be out of date

http://rawgithub.com/stats.html#referrers
Kyle McDonald 11 years ago
parent
commit
bb87d0c5e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/introduction/Creating-a-scene.html

+ 1 - 1
docs/manual/introduction/Creating-a-scene.html

@@ -27,7 +27,7 @@
 				<style>canvas { width: 100%; height: 100% }</style>
 			</head>
 			<body>
-				<script src="https://rawgithub.com/mrdoob/three.js/master/build/three.js"></script>
+				<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r66/three.js"></script>
 				<script>
 					// Our Javascript will go here.
 				</script>