@@ -604,7 +604,7 @@ Use a PhysicsControl's hinges and joints.
=== What are these FPS/Objects/Vertices/Triangles statistics?
-At the bottom left of every default SimpleGame, you see the xref:ROOT:jme3/advanced/statsview.adoc[StatsView] and the FPS (frames per seconds) view. These views provide you with extra information during the development phase. For example, if you notice the object count is increasing and the FPS is decreasing, then you know that your code attaches too many objects and does not detach enough of them again (maybe a loop gone wild?).
+At the bottom left of every default SimpleGame, you see the xref:core:app/statsview.adoc[StatsView] and the FPS (frames per seconds) view. These views provide you with extra information during the development phase. For example, if you notice the object count is increasing and the FPS is decreasing, then you know that your code attaches too many objects and does not detach enough of them again (maybe a loop gone wild?).
=== How do I get rid of the FPS/Objects statistics?
@@ -60,4 +60,4 @@ The StatsView counts Objects,Uniforms,Triangles,Vertices are in the scene, and i
For example, `Textures (M)` tells you how many textures are currently in OpenGL memory.
-Generally jME3 is well optimized and optimizes these things correctly. Read xref:ROOT:jme3/advanced/statsview.adoc[statsview] to learn the details about how to interpret the statistics, how to tell whether your values are off, or whether they point out a problem.
+Generally jME3 is well optimized and optimizes these things correctly. Read xref:core:app/statsview.adoc[statsview] to learn the details about how to interpret the statistics, how to tell whether your values are off, or whether they point out a problem.