浏览代码

fix xrefs

mitm001 5 年之前
父节点
当前提交
9c0fe93e84
共有 1 个文件被更改,包括 3 次插入7 次删除
  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