From 91023c52397f41b60947cb53970af26f694a302a Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Tue, 2 Jul 2019 15:37:10 -0700 Subject: [PATCH] Update more repository links --- docs/index.md | 2 +- server/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]