From b7730e05490ee30758ad7bc8680911d5279935c2 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 3 Feb 2023 19:38:24 +0200 Subject: [PATCH] I think this is the correct link --- docs/_posts/2023-02-02-luau-string-interpolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2023-02-02-luau-string-interpolation.md b/docs/_posts/2023-02-02-luau-string-interpolation.md index df900206..d813955b 100644 --- a/docs/_posts/2023-02-02-luau-string-interpolation.md +++ b/docs/_posts/2023-02-02-luau-string-interpolation.md @@ -28,6 +28,6 @@ print(`You have {balance}!`) --> You have $500! ``` -To find out more details about this feature, check out [Luau Syntax page](/docs/syntax#string-interpolation). +To find out more details about this feature, check out [Luau Syntax page](/syntax#string-interpolation). This is also the first major language feature implemented by a contribution from the open-source community!