From 2955905fd5ac0d8b3e2ddae6c0c09cf2b7dc0e4d Mon Sep 17 00:00:00 2001 From: ClaytonTDM Date: Tue, 15 Apr 2025 01:39:59 +0000 Subject: [PATCH] fix link Signed-off-by: ClaytonTDM --- .markdownlint.json | 3 +-- Docs/TextTransform.md | 2 +- 2 file(s) changed, 2 insertion(s)(+), 3 deletion(s)(-) diff --git a/.markdownlint.json b/.markdownlint.json --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,4 +1,3 @@ { - "MD024": false, - "MD051": false + "MD024": false } \ No newline at end of file diff --git a/Docs/TextTransform.md b/Docs/TextTransform.md --- a/Docs/TextTransform.md +++ b/Docs/TextTransform.md @@ -31,7 +31,7 @@ `CreateFrameFromLabel(labelTemplate: TextLabel)` → `Frame` Creates a `Frame` from a `TextLabel` for easy manipulation of letters. -Intended to be used with [`InsertLetter`](#InsertLetter). +Intended to be used with [`InsertLetter`](#insertletter). #### Parameters -- tangled.sh