diff --git a/README.md b/README.md index 853f097..28d3cd5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ [![Windows](https://github.com/fireblade-engine/math/actions/workflows/ci-windows.yml/badge.svg)](https://github.com/fireblade-engine/math/actions/workflows/ci-windows.yml) [![swift-version-compatibility](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ffireblade-engine%2Fmath%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/fireblade-engine/math) [![platform-compatilibilty](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ffireblade-engine%2Fmath%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/fireblade-engine/math) -[![Documentation](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Ffireblade-engine%2Fmath%2Fbadge%3Ftype%3Ddocumentation)](https://fireblade-engine.github.io/math/main/documentation/fireblademath/) A dependency-free, lightweight, fast math library for 2D and 3D vectors, quaternions, and matrices in Swift with (optional) SIMD support. It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine). @@ -48,7 +47,7 @@ let package = Package( ) ``` -For more detailed information and API reference, please refer to the [comprehensive documentation](https://fireblade-engine.github.io/math/main/documentation/fireblademath/). +For more detailed information and API reference, please refer to the [comprehensive documentation](https://fireblade-engine.github.io/math/documentation/fireblademath/). ### 🛠 SIMD Traits @@ -58,7 +57,7 @@ Starting with version 1.0.0, FirebladeMath uses Swift traits to manage SIMD supp Comprehensive documentation for FirebladeMath is available online: -- [Documentation](https://fireblade-engine.github.io/math/main/documentation/fireblademath/) +- [Documentation](https://fireblade-engine.github.io/math/documentation/fireblademath/) ## 📖 Usage Examples @@ -130,4 +129,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file - [SwiftGFX/SwiftMath](https://github.com/SwiftGFX/SwiftMath) - [SwiftGL/Math](https://github.com/SwiftGL/Math) - [taketo1024/swiftymath](https://github.com/taketo1024/swiftymath) -- [timsearle/euclid](https://github.com/timsearle/euclid) \ No newline at end of file +- [timsearle/euclid](https://github.com/timsearle/euclid)