Просмотр исходного кода

Update setting_up_jme3_in_eclipse.adoc

Fixed broken link.
mitm001 9 лет назад
Родитель
Сommit
603e4cfbf8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/docs/asciidoc/jme3/setting_up_jme3_in_eclipse.adoc

+ 1 - 1
src/docs/asciidoc/jme3/setting_up_jme3_in_eclipse.adoc

@@ -17,7 +17,7 @@ Alternatively, you can use your favorite IDE: In this tutorial we show how to do
 
 The currently available JAR binaries are the nightly builds. 
 
-.  Download the most recent zipped build from link:http://updates.jmonkeyengine.org/stable/3.0/engine[http://updates.jmonkeyengine.org/stable/3.0/engine]
+.  Download the most recent zipped build from link:https://github.com/jMonkeyEngine/sdk/releases/tag/stable[http://updates.jmonkeyengine.org/stable/3.0/engine]
 .  Unzip the file and save it as `jME3_2012-xx-xx` in your home directory ($HOME). You should see the following files and directories:
 **  `lib/` – The jMonkeyEngine binaries, and libraries used by the jMonkeyEngine. (Don't remove)
 **  `TestChooser.exe` – Run this file to see various feature demos. (optional)