瀏覽代碼

Update setting_up_jme3_in_eclipse.adoc

Fixed broken link.
mitm001 9 年之前
父節點
當前提交
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)