mitm001 5 år sedan
förälder
incheckning
f95d1fb712
1 ändrade filer med 5 tillägg och 10 borttagningar
  1. 5 10
      docs/modules/ROOT/pages/jme3/setting_up_netbeans_and_jme3.adoc

+ 5 - 10
docs/modules/ROOT/pages/jme3/setting_up_netbeans_and_jme3.adoc

@@ -1,17 +1,12 @@
 = Setting up JME3 in Netbeans 8.x
-:author:
-:revnumber:
-:revdate: 2016/03/17 20:48
+:revnumber: 2.0
+:revdate: 2020/07/15
 :keywords: documentation, install
-:relfileprefix: ../
-:imagesdir: ..
-:experimental:
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
-For development with the jMonkeyEngine 3, we recommend to use the jMonkeyEngine <<sdk#,SDK>>.
+For development with the jMonkeyEngine 3, we recommend to use the jMonkeyEngine xref:sdk:sdk.adoc[SDK].
 
-Alternatively, you can use your favorite IDE: In this tutorial we show how to download and set up the latest nightly build of the jMonkeyEngine 3 for use with the NetBeans IDE. Instructions for <<jme3/setting_up_jme3_in_eclipse#,Eclipse>> are also available.
+Alternatively, you can use your favorite IDE: In this tutorial we show how to download and set up the latest nightly build of the jMonkeyEngine 3 for use with the NetBeans IDE. Instructions for xref:jme3/setting_up_jme3_in_eclipse.adoc[Eclipse] are also available.
 
 
 [IMPORTANT]
@@ -91,4 +86,4 @@ Tips for configuring the main class in NetBeans:
 
 == Writing a SimpleApplication
 
-You can now continue to write <<jme3/beginner/hello_simpleapplication#,your first jme3 application>>!
+You can now continue to write xref:tutorials:beginner/hello_simpleapplication.adoc[your first jme3 application]!