From d8c0b6b3ddc01693c80cc5a4fb8564e6377cae7a Mon Sep 17 00:00:00 2001 From: Matt-Hurd Date: Sun, 17 Sep 2023 09:08:07 -0500 Subject: [PATCH] Migrate to totum-tools --- README.md | 4 ++-- public/assets/default_routes.json | 15 --------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 public/assets/default_routes.json diff --git a/README.md b/README.md index b972f74..1274f9e 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Totum allows users to: Clone the repository: ```sh -git clone https://github.com/matt-hurd/totum.git +git clone https://github.com/totum-tools/totum-routing.git cd totum ``` @@ -51,7 +51,7 @@ npm start Contributions are welcome. Just make PRs. -We use GitHub issues to track bugs and enhancements. If you find a bug or have an idea for an improvement, please [submit an issue](https://github.com/Matt-Hurd/totum/issues/new). +We use GitHub issues to track bugs and enhancements. If you find a bug or have an idea for an improvement, please [submit an issue](https://github.com/totum-tools/totum-routing/issues/new). ## License diff --git a/public/assets/default_routes.json b/public/assets/default_routes.json deleted file mode 100644 index d2ce11c..0000000 --- a/public/assets/default_routes.json +++ /dev/null @@ -1,15 +0,0 @@ -[ - { - "name": "Tears of the Kingdom", - "routes": [ - { - "name": "Centum v1.1", - "path": "assets/example_route/totk_hundo_centum/route.json" - }, - { - "name": "Hundo Remote", - "path": "https://raw.githubusercontent.com/Matt-Hurd/totk-speedrun-routes/master/totk_hundo_abah/route.json" - } - ] - } -]