From 4dd936f89e67722ee09ade8bdca61a5ec181a236 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Sun, 22 Feb 2026 09:24:31 -0500 Subject: [PATCH] fix broken link in resources doc --- docs/RESOURCES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/RESOURCES.md b/docs/RESOURCES.md index e35e2fd..1d182b9 100644 --- a/docs/RESOURCES.md +++ b/docs/RESOURCES.md @@ -7,7 +7,7 @@ * [Learn MoonScript in Y Minutes][xiny]: For a quick, high-level introduction to the language's core features. -* MoonScript [Online Compiler][onlin]: +* MoonScript [Online Compiler][online]: Allows you to experiment with MoonScript code directly in your browser without any installation. * [GitHub Repository][github]: