Parcourir la source

Update hello_asset.adoc

Fixed broken HttpZipLocator for wildhouse.zip
mitm001 il y a 9 ans
Parent
commit
56b639f12e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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(
     assetManager.registerLocator(
-      "https://github.com/jMonkeyEngine/wiki/raw/master/src/docs/resources/Scenes/wildhouse.zip", 
+      "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/jmonkeyengine/wildhouse.zip", 
       HttpZipLocator.class);
       HttpZipLocator.class);
     Spatial scene = assetManager.loadModel("main.scene");
     Spatial scene = assetManager.loadModel("main.scene");
     rootNode.attachChild(scene);
     rootNode.attachChild(scene);