소스 검색

fix town.zip location

Bogdan Ovsiannikov 9 년 전
부모
커밋
66f8352c93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_asset.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_asset.adoc

@@ -347,7 +347,7 @@ rootNode.attachChild(scene);
 
 As an exercise, let's try different ways of loading a scene. You will learn how to load the scene directly, or from a zip file.
 
-.  link:http://jmonkeyengine.googlecode.com/svn/trunk/engine/town.zip[Download the town.zip] sample scene. 
+.  link:http://jmonkeyengine.googlecode.com/files/town.zip[Download the town.zip] sample scene. 
 .  (Optional:) Unzip the town.zip to see the structure of the contained Ogre dotScene: You'll get a directory named `town`. It contains XML and texture files, and file called main.scene. (This is just for your information, you do not need to do anything with it.)
 .  Place the town.zip file in the top level directory of your JME3 project, like so: 
 [source]