diff --git a/docs/index.md b/docs/index.md index 2c72998b..5f1b54d9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,4 +8,4 @@ Available versions of these docs: **Rojo** is a flexible multi-tool designed for creating robust Roblox projects. -This documentation is a continual work in progress. If you find any issues, please file an issue on [Rojo's issue tracker](https://github.com/LPGhatguy/rojo/issues)! \ No newline at end of file +This documentation is a continual work in progress. If you find any issues, please file an issue on [Rojo's issue tracker](https://github.com/rojo-rbx/rojo/issues)! \ No newline at end of file diff --git a/server/Cargo.toml b/server/Cargo.toml index 7444835a..5a675ddb 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -2,9 +2,9 @@ name = "rojo" version = "0.5.0-alpha.11" authors = ["Lucien Greathouse "] -description = "A tool to create robust Roblox projects" +description = "Enables professional-grade development tools for Roblox developers" license = "MIT" -repository = "https://github.com/LPGhatguy/rojo" +repository = "https://github.com/rojo-rbx/rojo" edition = "2018" [features]