Skip to content

Commit

Permalink
update repository URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty committed Aug 1, 2024
1 parent 50343f4 commit 27b66d5
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GCT Generator

[![GitHub license](https://img.shields.io/github/license/bitpatty/gctGenerator?color=blue&label=License&style=plastic)](https://github.com/BitPatty/gctGenerator/blob/master/LICENSE)
[![CD Pipeline](https://github.com/BitPatty/gctGenerator/workflows/CD%20Pipeline/badge.svg)](https://github.com/BitPatty/gctGenerator/actions?query=workflow%3A%22CD+Pipeline%22)
[![GitHub license](https://img.shields.io/github/license/bitpatty/gct-generator?color=blue&label=License&style=plastic)](https://github.com/BitPatty/gct-generator/blob/master/LICENSE)
[![CD Pipeline](https://github.com/BitPatty/gct-generator/workflows/CD%20Pipeline/badge.svg)](https://github.com/BitPatty/gct-generator/actions?query=workflow%3A%22CD+Pipeline%22)

This repository contains the code behind the Super Mario Sunshine Cheatfile Generator at https://gct.zint.ch/

Expand Down Expand Up @@ -133,7 +133,7 @@ Some codes store some states in the games memory starting from address 0x817F000

### Updating Guides

You can find the guides in the [site](https://github.com/BitPatty/gctGenerator/tree/master/site) folder. Simply edit the corresponding markdown file (.md).
You can find the guides in the [site](https://github.com/BitPatty/gct-generator/tree/master/site) folder. Simply edit the corresponding markdown file (.md).

Note that in the code reference files everything following the `<!-- injectionpoint -->` tag will be removed during the next build.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "gctgenerator",
"name": "gct-generator",
"version": "3.0.1",
"description": "Super Mario Sunshine Practice File Generator",
"main": "index.js",
"authors": {
"name": "Matteias Collet",
"email": "matteias.collet@protonmail.ch"
},
"repository": "https://github.com/BitPatty/gctGenerator/gctGenerator",
"repository": "https://github.com/BitPatty/gct-generator/gct-generator",
"scripts": {
"dev": "npm run codes:inject && npm run translations:compare && vuepress dev site",
"build": "node ./scripts/inject_codes.js && npm run translations:compare && vuepress build site",
Expand Down
2 changes: 1 addition & 1 deletion site/.vuepress/components/JPTranslatorNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<p>
If you can help us with updating the translations please message psychonauter on Discord or open
an issue/PR on
<a href="https://github.com/BitPatty/gctGenerator" target="_blank" rel="noopener noreferrer"
<a href="https://github.com/BitPatty/gct-generator" target="_blank" rel="noopener noreferrer"
>GitHub<span
><svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
2 changes: 1 addition & 1 deletion site/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
* Theme Configuration
*/
themeConfig: {
repo: 'BitPatty/gctGenerator',
repo: 'BitPatty/gct-generator',
editLinks: true,
docsDir: 'site',
docsBranch: 'master',
Expand Down
10 changes: 5 additions & 5 deletions site/.vuepress/i18n/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
},
{
"text": "Report an issue",
"link": "https://github.com/BitPatty/gctGenerator/issues"
"link": "https://github.com/BitPatty/gct-generator/issues"
},
{
"text": "Sunshine Discord",
"link": "https://discord.gg/9dGJWEc"
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
"link": "https://github.com/BitPatty/gct-generator/blob/master/changelog.md"
}
]
},
Expand All @@ -52,7 +52,7 @@
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
"link": "https://github.com/BitPatty/gct-generator/blob/master/changelog.md"
}
]
},
Expand All @@ -79,7 +79,7 @@
},
{
"text": "Changelog",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
"link": "https://github.com/BitPatty/gct-generator/blob/master/changelog.md"
}
]
},
Expand All @@ -106,7 +106,7 @@
},
{
"text": "変更ログ",
"link": "https://github.com/BitPatty/gctGenerator/blob/master/changelog.md"
"link": "https://github.com/BitPatty/gct-generator/blob/master/changelog.md"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion site/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Ensure that you turn on "Native controls" in the Nintendont settings. The settin

### I'm lost :(

You can ask for help on the [Super Mario Sunshine Discord](https://discord.gg/9dGJWEc) or open a [new Issue on GitHub](https://github.com/BitPatty/gctGenerator/issues).
You can ask for help on the [Super Mario Sunshine Discord](https://discord.gg/9dGJWEc) or open a [new Issue on GitHub](https://github.com/BitPatty/gct-generator/issues).

## Appendix: Cheat Manager

Expand Down

0 comments on commit 27b66d5

Please sign in to comment.