Skip to content

Commit

Permalink
README.md: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Apr 14, 2024
1 parent 6de9df6 commit aa628d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ Apache 2.0 and MIT licenses.
[trunc]: https://docs.rs/micromath/latest/micromath/trait.F32Ext.html#tymethod.trunc
[fract]: https://docs.rs/micromath/latest/micromath/trait.F32Ext.html#tymethod.fract
[copysign]: https://docs.rs/micromath/latest/micromath/trait.F32Ext.html#tymethod.copysign
[signum]: https://docs.rs/micromath/latest/micromath/trait.F32Ext.html#tymethod.signum
[sin_cos]: https://docs.rs/micromath/latest/micromath/trait.F32Ext.html#tymethod.sin_cos
[mul_add]: https://docs.rs/micromath/latest/micromath/trait.F32Ext.html#tymethod.mul_add
[recip]: https://docs.rs/micromath/latest/micromath/trait.F32Ext.html#tymethod.recip
[Algebraic vector types]: https://docs.rs/micromath/latest/micromath/vector/index.html
[I8x2]: https://docs.rs/micromath/latest/micromath/vector/struct.I8x2.html
[I16x2]: https://docs.rs/micromath/latest/micromath/vector/struct.I16x2.html
Expand Down

0 comments on commit aa628d0

Please sign in to comment.