Browse Source

Merge remote-tracking branch 'jeremyckahn/patch-1' into dev

Mr.doob 12 years ago
parent
commit
a82a80b5a4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/manual/introduction/Creating-a-scene.html

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

@@ -27,7 +27,7 @@
 				<style>canvas { width: 100%; height: 100% }</style>
 				<style>canvas { width: 100%; height: 100% }</style>
 			</head>
 			</head>
 			<body>
 			<body>
-				<script src="https://raw.github.com/mrdoob/three.js/master/build/three.js"></script>
+				<script src="https://rawgithub.com/mrdoob/three.js/master/build/three.js"></script>
 				<script>
 				<script>
 					// Our Javascript will go here.
 					// Our Javascript will go here.
 				</script>
 				</script>
@@ -121,7 +121,7 @@
 				<style>canvas { width: 100%; height: 100% }</style>
 				<style>canvas { width: 100%; height: 100% }</style>
 			</head>
 			</head>
 			<body>
 			<body>
-				<script src="https://raw.github.com/mrdoob/three.js/master/build/three.js"></script>
+				<script src="https://rawgithub.com/mrdoob/three.js/master/build/three.js"></script>
 				<script>
 				<script>
 					var scene = new THREE.Scene();
 					var scene = new THREE.Scene();
 					var camera = new THREE.PerspectiveCamera(75, window.innerWidth/window.innerHeight, 0.1, 1000);
 					var camera = new THREE.PerspectiveCamera(75, window.innerWidth/window.innerHeight, 0.1, 1000);