Fix doc-links for ColliderBuilder and RigidBodyBuilder

This commit is contained in:
MrGunflame
2023-03-30 17:15:43 +02:00
parent 86185fbe88
commit 6d72192955
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ use num::Zero;
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
/// A rigid body.
///
/// To create a new rigid-body, use the `RigidBodyBuilder` structure.
/// To create a new rigid-body, use the [`RigidBodyBuilder`] structure.
#[derive(Debug, Clone)]
pub struct RigidBody {
pub(crate) pos: RigidBodyPosition,