math: fix link to website

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-08-13 13:38:56 -07:00
parent 794826f34a
commit f393560518

View file

@ -34,8 +34,8 @@
//!
//! ## Additional reading
//!
//! * [Coordinate system explainer](https://machengine.org/next/engine/math/coordinate-system/)
//! * [Matrix storage explainer](https://machengine.org/next/engine/math/matrix-storage/)
//! * [Coordinate system explainer](https://machengine.org/engine/math/coordinate-system/)
//! * [Matrix storage explainer](https://machengine.org/engine/math/matrix-storage/)
//!
const std = @import("std");