Skip to content

Commit 10c4287

Browse files
authored
docs: fix dead link in convertTransform.mdx (#2092) (#2106)
1 parent dba60b3 commit 10c4287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04-plugins/convertTransform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ svgo:
1616
description: Number of decimal places to round to, using conventional rounding rules.
1717
default: 5
1818
matrixToTransform:
19-
description: If decompose matrices into simple transforms. See [Decomposition of 2D-transform matrices](https://frederic-wang.fr/decomposition-of-2d-transform-matrices.html) for more context.
19+
description: If to decompose matrices into simple transforms. See [Decomposition of 2D-transform matrices](https://frederic-wang.fr/2013/12/01/decomposition-of-2d-transform-matrices/) for more context.
2020
default: true
2121
shortTranslate:
2222
description: If to shorten references to `translate` with redundant parameters to omit them. i.e. `translate(10 0)` → `translate(10)`

0 commit comments

Comments
 (0)