Skip to content

Commit

Permalink
Migrate to totum-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Hurd committed Sep 17, 2023
1 parent 4129f02 commit 98d3587
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env.web
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PUBLIC_URL=https://matt-hurd.github.io/totum
PUBLIC_URL=https://totum-tools.github.io/totum
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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

Expand Down
10 changes: 5 additions & 5 deletions public/assets/default_routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
}
]
}
Expand Down

0 comments on commit 98d3587

Please sign in to comment.