From d788dd30420a44adad15b0e2625140882a278bc1 Mon Sep 17 00:00:00 2001 From: Gskartwii Date: Thu, 18 Jul 2019 00:30:15 +0300 Subject: [PATCH] Fix broken link in existing-game.md (#218) --- docs/guide/existing-game.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/existing-game.md b/docs/guide/existing-game.md index 7edb4a0d..735b83ca 100644 --- a/docs/guide/existing-game.md +++ b/docs/guide/existing-game.md @@ -2,10 +2,10 @@ ## Summary * Tools to port existing games are in progress! - * [rbxlx-to-rojo](https://github.com/rojo/rbxlx-to-rojo) + * [rbxlx-to-rojo](https://github.com/rojo-rbx/rbxlx-to-rojo) * `rojo export` ([issue #208](https://github.com/rojo-rbx/rojo/issues/208)) * Can port as much or as little of your game as you like * Rojo can manage just a slice of your game! * Some Roblox idioms aren't very well supported * Redundant copies of scripts don't work well with files - * Having only a couple places with scripts simplifies your project dramatically! \ No newline at end of file + * Having only a couple places with scripts simplifies your project dramatically!