Skip to content

Commit 63fd987

Browse files
authored
Update README.md (#41)
1 parent f76820e commit 63fd987

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![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)
77
[![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)
88
[![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)
9-
[![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/)
109

1110
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).
1211

@@ -48,7 +47,7 @@ let package = Package(
4847
)
4948
```
5049

51-
For more detailed information and API reference, please refer to the [comprehensive documentation](https://fireblade-engine.github.io/math/main/documentation/fireblademath/).
50+
For more detailed information and API reference, please refer to the [comprehensive documentation](https://fireblade-engine.github.io/math/documentation/fireblademath/).
5251

5352
### 🛠 SIMD Traits
5453

@@ -58,7 +57,7 @@ Starting with version 1.0.0, FirebladeMath uses Swift traits to manage SIMD supp
5857

5958
Comprehensive documentation for FirebladeMath is available online:
6059

61-
- [Documentation](https://fireblade-engine.github.io/math/main/documentation/fireblademath/)
60+
- [Documentation](https://fireblade-engine.github.io/math/documentation/fireblademath/)
6261

6362
## 📖 Usage Examples
6463

@@ -130,4 +129,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
130129
- [SwiftGFX/SwiftMath](https://github.com/SwiftGFX/SwiftMath)
131130
- [SwiftGL/Math](https://github.com/SwiftGL/Math)
132131
- [taketo1024/swiftymath](https://github.com/taketo1024/swiftymath)
133-
- [timsearle/euclid](https://github.com/timsearle/euclid)
132+
- [timsearle/euclid](https://github.com/timsearle/euclid)

0 commit comments

Comments
 (0)