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

@@ -16,7 +16,7 @@ use parry::shape::{Shape, TriMeshFlags};
#[derive(Clone)]
/// A geometric entity that can be attached to a body so it can be affected by contacts and proximity queries.
///
/// To build a new collider, use the `ColliderBuilder` structure.
/// To build a new collider, use the [`ColliderBuilder`] structure.
pub struct Collider {
pub(crate) coll_type: ColliderType,
pub(crate) shape: ColliderShape,