From b96cea40fbc5a30e64d659faecd881db8ce3c76e Mon Sep 17 00:00:00 2001 From: XT7 Date: Fri, 8 May 2026 11:22:06 -0700 Subject: [PATCH] Fix Link --- docs/tutorials/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/migration.md b/docs/tutorials/migration.md index c64fc07d..e1a06e00 100644 --- a/docs/tutorials/migration.md +++ b/docs/tutorials/migration.md @@ -14,7 +14,7 @@ A tutorial on how to migrate to 2.0 This is the biggest compatibility breaking change for 2.0. The transition from Lua 5.2 (Moonsharp) to Luau. One of the big changes being the now unavailable `goto` statements, which you'll have to switch to the `continue` statement instead. -For more info on the differences between Luau and Lua 5.2, visit https://luau.org/compatibility/ +For more info on the differences between Luau and Lua 5.2, visit [https://luau.org/compatibility/](https://luau.org/compatibility/) ## Unique Names