diff --git a/docs/_posts/2023-02-02-luau-string-interpolation.md b/docs/_posts/2023-02-02-luau-string-interpolation.md index fce53841..705e18b6 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](syntax). +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!