Skip to content

Commit

Permalink
Update 2021-11-03-luau-goes-open-source.md
Browse files Browse the repository at this point in the history
Fix links in the announcement
  • Loading branch information
zeux authored Nov 3, 2021
1 parent fa46d35 commit dc83543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_posts/2021-11-03-luau-goes-open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

1 comment on commit dc83543

@cvscade
Copy link

@cvscade cvscade commented on dc83543 Nov 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it'd be better if the title for the Luau URL is "GitHub" instead of the URL itself. Makes more sense to me and it is more consistent as well.

Please sign in to comment.