Browse Source

fix links

mitm001 5 years ago
parent
commit
737b2f67f3

+ 1 - 1
docs/modules/core/pages/gui/nifty_gui.adoc

@@ -64,7 +64,7 @@ Nifty GUIs are made up of the following *elements*:
 **  link:https://github.com/jMonkeyEngine/jmonkeyengine/blob/master/jme3-examples/src/main/java/jme3test/niftygui/TestNiftyToMesh.java[TestNiftyToMesh.java] - Can be found in <<sdk:sample_code.adoc#the-jme3tests-project-template,jme3 tests>> also.
 
 *  jME3-ready version of the Nifty +++<abbr title="Graphical User Interface">GUI</abbr>+++ 1.3 demo (sample code, Java)
-**  link:{attachmentsdir}/NiftyGuiDemo.zip[NiftyGuiDemo.zip]
+**  link:{attachmentsdir}/niftyguidemo.zip[niftyguidemo.zip]
 
 *  Find more sample code in the link:https://github.com/nifty-gui/nifty-gui/tree/1.4/nifty-examples/src/main/java/de/lessvoid/nifty/examples[nifty-examples] repositories.
 **  link:https://github.com/nifty-gui/nifty-gui/wiki/Examples[Running The Nifty Examples]

+ 1 - 1
docs/modules/core/pages/gui/nifty_gui_java_layout.adoc

@@ -18,7 +18,7 @@ You can "`draw`" the +++<abbr title="Graphical User Interface">GUI</abbr>+++ to
 Sample project
 
 *  *Original Source Code:* link:https://github.com/nifty-gui/nifty-gui/tree/1.4/nifty-examples/src/main/java/de/lessvoid/nifty/examples/defaultcontrols[/nifty-examples/src/main/java/de/lessvoid/nifty/examples/defaultcontrols/].
-*  *Download demo project:* link:{attachmentsdir}/NiftyGuiDemo.zip[NiftyGuiDemo.zip] (jme3-ready) +
+*  *Download demo project:* link:{attachmentsdir}/niftyguidemo.zip[niftyguidemo.zip] (jme3-ready) +
 The full demo ZIP is based on `de.lessvoid.nifty.examples.controls.ControlsDemo.java`.
 ..  The demo is a SimpleApplication-based game (use e.g. the BasicGame template in the jMonkeyEngine SDK).
 ..  Copy images and sound files into your project's `assets/Interface/` directory. (In this example, I copied them from `nifty-default-controls-examples/trunk/src/main/resources/` to `assets/Interface/`).