Преглед изворни кода

Update hello_asset.adoc

Fixed HttpZipLocator path to wildhouse.zip file.
mitm001 пре 9 година
родитељ
комит
ad76acccc7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_asset.adoc

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

@@ -217,7 +217,7 @@ Here is a HttpZipLocator that can download zipped models and load them:
 ----
 
     assetManager.registerLocator(
-      "http://jmonkeyengine.googlecode.com/files/wildhouse.zip", 
+      "https://github.com/jMonkeyEngine/wiki/blob/master/src/docs/resources/Scenes/wildhouse.zip", 
       HttpZipLocator.class);
     Spatial scene = assetManager.loadModel("main.scene");
     rootNode.attachChild(scene);