Skip to content

Commit 55ae463

Browse files
authored
Update links in _transforms.js (#2092)
docs: fixed dead link in doc comments
1 parent 0eccff2 commit 55ae463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/_transforms.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ const getDecompositions = (matrix) => {
184184
/**
185185
* @param {TransformItem} matrix
186186
* @returns {TransformItem[]|undefined}
187-
* @see {@link https://frederic-wang.fr/decomposition-of-2d-transform-matrices.html} Where applicable, variables are named in accordance with this document.
187+
* @see {@link https://frederic-wang.fr/2013/12/01/decomposition-of-2d-transform-matrices/} Where applicable, variables are named in accordance with this document.
188188
*/
189189
const decomposeQRAB = (matrix) => {
190190
const data = matrix.data;
@@ -239,7 +239,7 @@ const decomposeQRAB = (matrix) => {
239239
/**
240240
* @param {TransformItem} matrix
241241
* @returns {TransformItem[]|undefined}
242-
* @see {@link https://frederic-wang.fr/decomposition-of-2d-transform-matrices.html} Where applicable, variables are named in accordance with this document.
242+
* @see {@link https://frederic-wang.fr/2013/12/01/decomposition-of-2d-transform-matrices/} Where applicable, variables are named in accordance with this document.
243243
*/
244244
const decomposeQRCD = (matrix) => {
245245
const data = matrix.data;

0 commit comments

Comments
 (0)