Skip to content

Conversation

@ostin-r
Copy link
Contributor

@ostin-r ostin-r commented Oct 29, 2025

Objective

Update broken links in RigidBody documentation, at the bottom of the Movement section:
https://docs.rs/avian3d/latest/avian3d/dynamics/rigid_body/enum.RigidBody.html#movement

Broken links are displayed as basic_kinematic_character and basic_dynamic_character.

Solution

No breaking changes.

Replaced the broken links with a single link to the examples directory in the avian3d crate, using a github permalink. I am confused why the original links broke as they appear to be permalinks as well. Maybe something damaged the git history where these links originally lived - a rebase, or some other damage to the history.

Testing

Changes were tested (and can be tested by reviewers) by generating the docs with cargo:
cargo doc -p avian3d
and jumping to <project_dir>/target/doc/avian3d/dynamics/rigid_body/enum.RigidBody.html#movement


@Jondolf Jondolf added C-Docs Improvements or additions to documentation A-Character-Controller Relates to character controllers labels Oct 29, 2025
Copy link
Member

@Jondolf Jondolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Jondolf Jondolf merged commit 5b1e64a into avianphysics:main Nov 1, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Character-Controller Relates to character controllers C-Docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants