소스 검색

fix broken link

mitm001 5 년 전
부모
커밋
622b84fc99
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      docs/modules/ROOT/pages/jme3/terminology.adoc

+ 0 - 1
docs/modules/ROOT/pages/jme3/terminology.adoc

@@ -321,7 +321,6 @@ More advanced AIs can also learn, for example using neural networks.
 
 There are lots of resources explaining interesting AI algorithms:
 
-*  link:http://www.policyalmanac.org/games/aStarTutorial.htm[A* (A-Star) pathfinding for beginners]
 *  link:http://theory.stanford.edu/~amitp/GameProgramming/[A* (A-star) pathfinding theory]
 *  link:http://hem.fyristorg.com/dawnbringer/z-path.html["Z-Path" algorithm] (backwards pathfinding)
 *  link:http://web.media.mit.edu/~jorkin/goap.html[GOAP -- Goal-Oriented Action Planning]