From 058a4a10de460785b583e6a60ea14f28a1ad6493 Mon Sep 17 00:00:00 2001 From: Ronald Kinard Date: Mon, 20 Jun 2016 18:38:32 -0500 Subject: [PATCH] Correct paths in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d64face..6eb5565 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ platform. Add this to your `Cargo.toml`: ```toml [dependencies.ctru-rs] - git="https://github.com/Furyhunter/ctru-rs" + git="https://github.com/rust3ds/ctru-rs" ``` **It is highly recommended to use the [template -project.](https://github.com/Furyhunter/rust3ds-template)** +project.](https://github.com/rust3ds/rust3ds-template)** ## Contributing