Browse Source

fix: Punctuation fix, link title updated

Vaclav Elias 11 months ago
parent
commit
e78282745c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      en/manual/physics/simulation.md

+ 2 - 2
en/manual/physics/simulation.md

@@ -27,10 +27,10 @@ There are multiple ways to retrieve a reference to this `BepuSimulation` from in
 
 ## Performance Considerations
 
-The following are relevant excerpts from [Bepu's documentation](https://github.com/bepu/bepuphysics2/blob/master/Documentation/PerformanceTips.md)
+The following are relevant excerpts from [Bepu's documentation](https://github.com/bepu/bepuphysics2/blob/master/Documentation/PerformanceTips.md).
 
 If physics causes your game to hang for a while when simulating for the first time, it may be related to just-in-time compilation. If it becomes a problem, consider running a small simulation that hits all the relevant codepaths (a bunch of objects colliding with constraints applied) behind a loading screen. Using an ahead-of-time compilation toolchain would also work.
 
 ## See also
-* [Colliders](colliders.md)
+* [Collidables](colliders.md)
 * [Collider shapes](collider-shapes.md)