From 27b66d566a66d1bc5cb395669486cd724f4cd7b5 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Thu, 1 Aug 2024 02:51:39 +0200 Subject: [PATCH] update repository URLs --- Readme.md | 6 +++--- package-lock.json | 4 ++-- package.json | 4 ++-- site/.vuepress/components/JPTranslatorNotice.vue | 2 +- site/.vuepress/config.js | 2 +- site/.vuepress/i18n/locales.json | 10 +++++----- site/guide.md | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Readme.md b/Readme.md index 4be9525f..43f11eff 100644 --- a/Readme.md +++ b/Readme.md @@ -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/ @@ -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 `` tag will be removed during the next build. diff --git a/package-lock.json b/package-lock.json index b3ad6dab..add22e6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "gctgenerator", + "name": "gct-generator", "version": "3.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "gctgenerator", + "name": "gct-generator", "version": "3.0.1", "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 93be122a..bf0f3ceb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gctgenerator", + "name": "gct-generator", "version": "3.0.1", "description": "Super Mario Sunshine Practice File Generator", "main": "index.js", @@ -7,7 +7,7 @@ "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", diff --git a/site/.vuepress/components/JPTranslatorNotice.vue b/site/.vuepress/components/JPTranslatorNotice.vue index 1fd25338..720fa9a1 100644 --- a/site/.vuepress/components/JPTranslatorNotice.vue +++ b/site/.vuepress/components/JPTranslatorNotice.vue @@ -6,7 +6,7 @@

If you can help us with updating the translations please message psychonauter on Discord or open an issue/PR on - GitHub