소스 검색

Fixed link pointed to the wrong repository.

mitm001 8 년 전
부모
커밋
222e935f59
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/docs/asciidoc/documentation.adoc

+ 3 - 2
src/docs/asciidoc/documentation.adoc

@@ -2,6 +2,7 @@
 :author:
 :author:
 :revnumber:
 :revnumber:
 :revdate: 2016/03/17 20:48
 :revdate: 2016/03/17 20:48
+:experimental:
 :keywords: documentation, sdk, install
 :keywords: documentation, sdk, install
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
@@ -29,7 +30,7 @@ a| Build custom engine from sources
 
 
 a| Then download…
 a| Then download…
 a| link:https://github.com/jMonkeyEngine/sdk/releases[jMonkeyEngine SDK]
 a| link:https://github.com/jMonkeyEngine/sdk/releases[jMonkeyEngine SDK]
-a| link:https://github.com/jMonkeyEngine/sdk/releases[Binaries]
+a| link:https://github.com/jMonkeyEngine/jmonkeyengine/releases[Binaries]
 a| link:https://github.com/jMonkeyEngine/jmonkeyengine[Engine Sources]
 a| link:https://github.com/jMonkeyEngine/jmonkeyengine[Engine Sources]
 
 
 a| You receive…
 a| You receive…
@@ -52,7 +53,7 @@ a|
 * <<jme3/simpleapplication_from_the_commandline#,Setting up JME3 on the commandline>>
 * <<jme3/simpleapplication_from_the_commandline#,Setting up JME3 on the commandline>>
 |===
 |===
 
 
-pass:[*] The SDK creates Ant-based projects that any Java IDE can import. We recommend users of other IDEs to also download the jMonkeyEngine SDK and choose “File→Import Project→External Project Assets to create a codeless project for managing assets only. This way you can code in the IDE of your choice, and use the SDK to convert your models to .j3o format.
+pass:[*] The SDK creates Ant-based projects that any Java IDE can import. We recommend users of other IDEs to also download the jMonkeyEngine SDK and choose `menu:File[Import Project > External Project Assets]` to create a codeless project for managing assets only. This way you can code in the IDE of your choice, and use the SDK to convert your models to .j3o format.
 
 
 
 
 == Create
 == Create