Browse Source

fix broken link

jMonkeyEngine 3 Tutorial (5) - Hello Input System
Link to user-proposed solutions: http://jmonkeyengine.org/wiki/doku.php/jm3:solutions
Ali-RS 9 years ago
parent
commit
1703d1e2d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_input_system.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_input_system.adoc

@@ -327,7 +327,7 @@ inputManager.addMapping("Pause",  new KeyTrigger(usersPauseKey));
 
 [IMPORTANT]
 ====
-Link to user-proposed solutions: link:http://jmonkeyengine.org/wiki/doku.php/jm3:solutions[http://jmonkeyengine.org/wiki/doku.php/jm3:solutions]
+Link to user-proposed solutions: <<jm3/solutions#,Some proposed solutions>>
 +++<u>Be sure to try to solve them for yourself first!</u>+++
 ====