Procházet zdrojové kódy

Docs: Updated second build include instance.

Mr.doob před 11 roky
rodič
revize
37417e1066
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/manual/introduction/Creating-a-scene.html

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

@@ -121,7 +121,7 @@
 				<style>canvas { width: 100%; height: 100% }</style>
 				<style>canvas { width: 100%; height: 100% }</style>
 			</head>
 			</head>
 			<body>
 			<body>
-				<script src="three.min.js"></script>
+				<script src="js/three.min.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);