From dc83543f3b3526149470c4063737af2880255fbb Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 3 Nov 2021 10:28:01 -0700 Subject: [PATCH] Update 2021-11-03-luau-goes-open-source.md Fix links in the announcement --- docs/_posts/2021-11-03-luau-goes-open-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_posts/2021-11-03-luau-goes-open-source.md b/docs/_posts/2021-11-03-luau-goes-open-source.md index a32d0ea..f85e071 100644 --- a/docs/_posts/2021-11-03-luau-goes-open-source.md +++ b/docs/_posts/2021-11-03-luau-goes-open-source.md @@ -15,9 +15,9 @@ Luau is a new language that started from Lua 5.1 and kept evolving while keeping We’re incredibly grateful for the foundation that Lua has been—it’s been a joy to build on top of! So now we want to give back to the community at large. -Starting today, Luau (https://luau-lang.org) is no longer an inseparable part of Roblox platform; it’s a separate, open-source language. +Starting today, [Luau](https://luau-lang.org) is no longer an inseparable part of Roblox platform; it’s a separate, open-source language. -Luau is available at https://github.com/Roblox/luau and comes with the source code for the language runtime and all associated tooling: compiler, type checker, linter. The code is available to anyone, free of charge, under the terms of MIT License. We’re happy to accept contributions to the language, whether that’s documentation or source code. +Luau is available at [https://github.com/Roblox/luau](https://github.com/Roblox/luau) and comes with the source code for the language runtime and all associated tooling: compiler, type checker, linter. The code is available to anyone, free of charge, under the terms of MIT License. We’re happy to accept contributions to the language, whether that’s documentation or source code. The language evolution is driven by an RFC process that is also open to the public.