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

Pointed latest build link to releases rather than tag.

mitm001 8 лет назад
Родитель
Сommit
a645cc5401
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

@@ -18,7 +18,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:https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.1.0-stable[https://github.com/jMonkeyEngine/jmonkeyengine/releases/tag/v3.1.0-stable]
+.  Download the most recent zipped build from link:https://github.com/jMonkeyEngine/jmonkeyengine/releases[https://github.com/jMonkeyEngine/jmonkeyengine/releases]
 .  Unzip the file and save it as `jME3.1-stable` 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)
 **  `jMonkeyEngine3.jar` – Run this to see various feature demos. (optional)