From d4ae9a4e1748d3cc22ac12b7114594b53290b6e6 Mon Sep 17 00:00:00 2001 From: Mathew Hodson Date: Sun, 12 Jan 2025 16:43:06 -0500 Subject: [PATCH] Fix link to `DOMMatrixReadOnly.is2D` --- files/en-us/web/api/dommatrix/setmatrixvalue/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/dommatrix/setmatrixvalue/index.md b/files/en-us/web/api/dommatrix/setmatrixvalue/index.md index c2d9cc42415523d..8d5d890c15bb8bc 100644 --- a/files/en-us/web/api/dommatrix/setmatrixvalue/index.md +++ b/files/en-us/web/api/dommatrix/setmatrixvalue/index.md @@ -61,6 +61,6 @@ console.log(matrix.is2D); // false ## See also - {{domxref("DOMMatrix.translateSelf()")}} -- {{domxref("DOMMatrixReadOnly.is2D")}} +- [`DOMMatrixReadOnly.is2D`](/en-US/docs/Web/API/DOMMatrixReadOnly#is2d) - CSS {{CSSxRef("transform-function/matrix", "matrix()")}} function - CSS {{CSSxRef("transform-function/matrix3d", "matrix3d()")}} function