From 319a7e3f1514235d113956e1891c9c5da563b1bd Mon Sep 17 00:00:00 2001 From: tobolar Date: Tue, 10 Mar 2026 12:10:48 +0100 Subject: [PATCH] Fix broken link --- Modelica/Mechanics/MultiBody/Frames/Quaternions/from_T.mo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modelica/Mechanics/MultiBody/Frames/Quaternions/from_T.mo b/Modelica/Mechanics/MultiBody/Frames/Quaternions/from_T.mo index a79b8f095a..0cf1fe44b9 100644 --- a/Modelica/Mechanics/MultiBody/Frames/Quaternions/from_T.mo +++ b/Modelica/Mechanics/MultiBody/Frames/Quaternions/from_T.mo @@ -14,7 +14,7 @@ protected algorithm /* This is an optimized version of the quaternion conversion based on - this paper: https://d3cw3dd2w32x2b.cloudfront.net/wp-content/uploads/2015/01/matrix-to-quat.pdf + this paper: https://github.com/ScottFielder/MathLibraryOriginal/blob/master/Literature/matrix-to-quat.pdf */ if T[3, 3] < 0 then if T[1, 1] > T[2, 2] then @@ -74,7 +74,7 @@ package.