mitm001 8 лет назад
Родитель
Сommit
9066adb19f
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/docs/asciidoc/jme3/advanced/jme3_ai.adoc

+ 1 - 2
src/docs/asciidoc/jme3/advanced/jme3_ai.adoc

@@ -20,7 +20,6 @@ The library and javaDocs can be found in the link:https://github.com/MeFisto94[m
 
 *  link:https://github.com/MeFisto94/jme3-artificial-intelligence/releases[jme3 Artificial Intelligence Library]
 
-
 You will need the Stephen Pratt link:http://www.critterai.org/projects/nmgen_study/[NMGen Study] project files to generate the navmesh as well: 
 
 *  link:https://github.com/stevefsp/critterai/releases[CritterAI]
@@ -43,7 +42,7 @@ The jme3 Artificial Intelligence Library contains:
 
 [NOTE]
 ====
-This scope of this tutorial is restricted to the NavMesh part of the library and expands upon the lessons taught in the <<jme3#tutorials-for-beginnersjme#,tutorials>>. It demonstrates the use of some classes and methods found in the Medium and Advanced topics of the wiki as well.
+This scope of this tutorial is restricted to the NavMesh part of the library and expands upon the lessons taught in the <<jme3#tutorials-for-beginners,tutorials>>. It demonstrates the use of some classes and methods found in the Medium and Advanced topics of the wiki as well.
 ====
 
 == Other AI Options