From a9f23fa41405d887b45a5843721e3aa5fb83b1ef Mon Sep 17 00:00:00 2001 From: Ali Shakiba Date: Mon, 30 Sep 2024 23:53:02 +0330 Subject: [PATCH] Fix wheel-joint doc --- docs/pages/joint/wheel-joint.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/pages/joint/wheel-joint.md b/docs/pages/joint/wheel-joint.md index 7705e923..b79c7333 100644 --- a/docs/pages/joint/wheel-joint.md +++ b/docs/pages/joint/wheel-joint.md @@ -1,7 +1,6 @@ ## Wheel Joint The wheel joint restricts a point on bodyB to a line on bodyA. The wheel -joint also provides a suspension spring. See WheelJoint.js and Car.js -for details. +joint also provides a suspension spring. See WheelJoint class, and Car example for details. -![Wheel Joint](/planck.js/docs/images/wheel_joint.svg) \ No newline at end of file +![Wheel Joint](/planck.js/docs/images/wheel_joint.svg)