Browse Source

fix xrefs

mitm001 5 năm trước cách đây
mục cha
commit
9c0fe93e84
1 tập tin đã thay đổi với 3 bổ sung7 xóa
  1. 3 7
      docs/modules/ROOT/pages/jme3/webstart.adoc

+ 3 - 7
docs/modules/ROOT/pages/jme3/webstart.adoc

@@ -1,13 +1,9 @@
 = WebStart (JNLP) Deployment
-:author:
-:revnumber:
-:revdate: 2016/03/17 20:48
-:relfileprefix: ../
-:imagesdir: ..
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
+:revnumber: 2.0
+:revdate: 2020/07/15
 
 
-When you <<sdk/application_deployment#,use the jMonkeyEngine SDK to deploy your application>>, you can configure the project to build files required for WebStart automatically. If you use another IDE, or work on the command line, use the following tips to set up WebStart correctly:
+When you xref:sdk:application_deployment.adoc[use the jMonkeyEngine SDK to deploy your application], you can configure the project to build files required for WebStart automatically. If you use another IDE, or work on the command line, use the following tips to set up WebStart correctly:
 
 
 == Problem Statement