فهرست منبع

Fix broken :ref: link

Chris Bradfield 7 سال پیش
والد
کامیت
774d634424
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.
-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
 -------------------------