From 98d3587cf93e4e2cee529a76cda70a928047c33e Mon Sep 17 00:00:00 2001 From: Matt-Hurd Date: Sun, 17 Sep 2023 09:05:37 -0500 Subject: [PATCH] Migrate to totum-tools --- .env.web | 2 +- README.md | 4 ++-- public/assets/default_routes.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.web b/.env.web index 30a6df5..a8dab49 100644 --- a/.env.web +++ b/.env.web @@ -1 +1 @@ -PUBLIC_URL=https://matt-hurd.github.io/totum +PUBLIC_URL=https://totum-tools.github.io/totum diff --git a/README.md b/README.md index b972f74..30fecdb 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.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/issues/new). ## License diff --git a/public/assets/default_routes.json b/public/assets/default_routes.json index d764c9d..c5de91f 100644 --- a/public/assets/default_routes.json +++ b/public/assets/default_routes.json @@ -5,27 +5,27 @@ { "name": "All Shrines v1.0", "gh": true, - "path": "gh/Matt-Hurd/totk-speedrun-routes/all_shrines_abahbob_1.0/" + "path": "gh/totum-tools/totk-speedrun-routes/all_shrines_abahbob_1.0/" }, { "name": "Centum v1.2", "gh": true, - "path": "gh/Matt-Hurd/totk-speedrun-routes/hundo_centum_v1.2/" + "path": "gh/totum-tools/totk-speedrun-routes/hundo_centum_v1.2/" }, { "name": "Any% Scuffed", "gh": true, - "path": "gh/Matt-Hurd/totk-speedrun-routes/any_scuffed_abahbob_1.0/" + "path": "gh/totum-tools/totk-speedrun-routes/any_scuffed_abahbob_1.0/" }, { "name": "AD Scuffed", "gh": true, - "path": "gh/Matt-Hurd/totk-speedrun-routes/ad_scuffed_abahbob_1.0/" + "path": "gh/totum-tools/totk-speedrun-routes/ad_scuffed_abahbob_1.0/" }, { "name": "AMQ Scuffed", "gh": true, - "path": "gh/Matt-Hurd/totk-speedrun-routes/amq_scuffed_abahbob_1.0/" + "path": "gh/totum-tools/totk-speedrun-routes/amq_scuffed_abahbob_1.0/" } ] }