Преглед на файлове

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

Mr.doob преди 12 години
родител
ревизия
a82a80b5a4
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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>
 			</head>
 			<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>
 					// Our Javascript will go here.
 				</script>
@@ -121,7 +121,7 @@
 				<style>canvas { width: 100%; height: 100% }</style>
 			</head>
 			<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>
 					var scene = new THREE.Scene();
 					var camera = new THREE.PerspectiveCamera(75, window.innerWidth/window.innerHeight, 0.1, 1000);