mitm001 5 rokov pred
rodič
commit
d986dc849c

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_picking.adoc

@@ -9,7 +9,7 @@ Typical interactions in games include shooting, picking up objects, and opening
 
 You can pick something by either pressing a key on the keyboard, or by clicking with the mouse. In either case, you identify the target by aiming a ray –a straight line– into the scene. This method to implement picking is called _ray casting_ (which is not the same as _ray tracing_).
 
-This tutorial relies on what you have learned in the <<jme3/beginner/hello_input_system#,Hello Input>> tutorial. You find more related code samples under <<jme3/advanced/mouse_picking#,Mouse Picking>> and <<jme3/advanced/collision_and_intersection#,Collision and Intersection>>.
+This tutorial relies on what you have learned in the xref:beginner/hello_input_system.adoc[Hello Input] tutorial. You find more related code samples under xref:ROOT:jme3/advanced/mouse_picking.adoc[Mouse Picking] and xref:ROOT:jme3/advanced/collision_and_intersection.adoc[Collision and Intersection].
 
 
 image::jme3/beginner/beginner-picking.png[beginner-picking.png,width="",height="",align="center"]