From 09368e87cfa3d60e1754e7e7fb6f7fe8bc0606ee Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 1 Oct 2019 17:54:53 -0700 Subject: [PATCH] Further update contributing guide on tools --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3bef6e64..aff0c400 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,8 +14,9 @@ Code contributions are welcome for features and bugs that have been reported in You'll want these tools to work on Rojo: * Latest stable Rust compiler -* Latest stable Rojo -* Latest stable Remodel +* Latest stable [Rojo](https://github.com/rojo-rbx/rojo) +* Latest stable [Remodel](https://github.com/rojo-rbx/remodel) +* Latest stable [run-in-roblox](https://github.com/rojo-rbx/run-in-roblox) ## Documentation Documentation impacts way more people than the individual lines of code we write.