Browse Source

Fix broken :ref: link

Chris Bradfield 7 years ago
parent
commit
774d634424
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/physics/rigid_body.rst

+ 1 - 1
tutorials/physics/rigid_body.rst

@@ -7,7 +7,7 @@ What is a rigid body?
 ---------------------
 ---------------------
 
 
 A rigid body is one that is directly controlled by the physics engine in order to simulate the behavior of physical objects.
 A rigid body is one that is directly controlled by the physics engine in order to simulate the behavior of physical objects.
-In order to define the shape of the body, it must have one or more :ref:Shape <class_Shape>objects assigned. Note that setting the position of these shapes will affect the body's center of mass.
+In order to define the shape of the body, it must have one or more :ref:`Shape <class_Shape>` objects assigned. Note that setting the position of these shapes will affect the body's center of mass.
 
 
 How to control rigid body
 How to control rigid body
 -------------------------
 -------------------------