From f3acf80bcf2ef870a3d15951a2470d6cbfd6be0c Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 28 Jan 2025 10:35:30 +0100 Subject: [PATCH] q_math: fix a dead link in comments --- src/engine/qcommon/q_math.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/qcommon/q_math.cpp b/src/engine/qcommon/q_math.cpp index be55cfad63..4de91b1a34 100644 --- a/src/engine/qcommon/q_math.cpp +++ b/src/engine/qcommon/q_math.cpp @@ -1976,7 +1976,7 @@ void MatrixFromQuat( matrix_t m, const quat_t q ) * February 27th 2005 * J.M.P. van Waveren * - * http://www.intel.com/cd/ids/developer/asmo-na/eng/293748.htm + * https://web.archive.org/web/20100818052330/http://cache-www.intel.com/cd/00/00/29/37/293748_293748.pdf */ float x2, y2, z2 /*, w2*/; float yy2, xy2; @@ -2864,7 +2864,7 @@ void QuatFromMatrix( quat_t q, const matrix_t m ) * February 27th 2005 * J.M.P. van Waveren * - * http://www.intel.com/cd/ids/developer/asmo-na/eng/293748.htm + * https://web.archive.org/web/20100818052330/http://cache-www.intel.com/cd/00/00/29/37/293748_293748.pdf */ /* For the +1 that deviates from the original implementation,