Update 3D character examples link #878
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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_characterandbasic_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 avian3dand jumping to <project_dir>/target/doc/avian3d/dynamics/rigid_body/enum.RigidBody.html#movement