From 89427a20ff04356dc7189f5c194699981d70a274 Mon Sep 17 00:00:00 2001
From: Mathew Hodson <mathew.hodson@gmail.com>
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..0142164259ffb99 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