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" - } - ] - } -]