소스 검색

Added Admonition definition link.

mitm 7 년 전
부모
커밋
0d8fe3a1a9
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src/docs/asciidoc/jme3.adoc

+ 5 - 3
src/docs/asciidoc/jme3.adoc

@@ -7,6 +7,8 @@
 ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
+TIP: This is an Admonition. You will see many of these scattered throughout the Wiki. See the <<wiki/admonitions#,Admonition Definitions>> for the meaning of this and all the other Admonitions.
+
 
 == Installation
 
@@ -116,7 +118,7 @@ These videos use alpha features only available in the next release.
 ====
 
 *  link:http://www.youtube.com/watch?v=-OzRZscLlHY[Video: jMonkeyEngine SDK Use Case Demo 1 (Quixote)]
-**  <<jme3/advanced/sourcecode#,Source Code>>     
+**  <<jme3/advanced/sourcecode#,Source Code>>    
 *  link:http://www.youtube.com/watch?v=6-YWxD3JByE[Video: jMonkeyEngine SDK Use Case Demo 2 (Models and Materials)]
 
 Learn from sample code in link:https://github.com/jMonkeyEngine/jmonkeyengine/tree/master/jme3-examples/src/main/java/jme3test[src/main/java/jme3test] (also available in the sdk by `menu:File[New Project>JME3 Tests]`) and the example games provided by the community!
@@ -132,9 +134,9 @@ Now that you understand the concepts, it's time to make the most of the jMonkeyE
 *  <<jme3/advanced/application_states#,Application States>>
 *  <<jme3/advanced/custom_controls#,Custom Controls>>
 **  link:http://www.youtube.com/watch?v=MNDiZ9YHIpM[Video: How to control any scene node]
-***  <<jme3/advanced/sourcecode#,Source Code>>     
+***  <<jme3/advanced/sourcecode#,Source Code>>    
 **  link:http://www.youtube.com/watch?v=-OzRZscLlHY[Video: How to remote control a character in a scene]
-***  <<jme3/advanced/sourcecode#how-to-control-a-character-in-a-scene-source-code#,Source Code>>     
+***  <<jme3/advanced/sourcecode#how-to-control-a-character-in-a-scene-source-code#,Source Code>>    
 
 *  <<jme3/advanced/multithreading#,Multithreading>>