From aa84c3a9237a42b0bf37095d9e50fe0364b047d0 Mon Sep 17 00:00:00 2001 From: AlexProgrammerDE <40795980+AlexProgrammerDE@users.noreply.github.com> Date: Fri, 12 Jul 2024 21:36:58 +0200 Subject: [PATCH] Change URL --- modules/commands/commands.config.ts | 6 +++--- modules/post-help.ts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/commands/commands.config.ts b/modules/commands/commands.config.ts index a54e1cb..f070471 100644 --- a/modules/commands/commands.config.ts +++ b/modules/commands/commands.config.ts @@ -75,7 +75,7 @@ export const configCommands: ConfigCommand[] = [ name: 'api', cmdDescription: 'Send a link to the API page', title: 'Developer API', - url: 'https://github.com/SkinsRestorer/SkinsRestorerX/wiki/SkinsRestorerAPI', + url: 'https://github.com/SkinsRestorer/SkinsRestorer/wiki/SkinsRestorerAPI', description: 'Learn how to use the SkinsRestorer API in your project.', fields: [ { @@ -134,7 +134,7 @@ export const configCommands: ConfigCommand[] = [ fields: [ { key: 'Dev downloads', - value: 'https://ci.codemc.io/job/SkinsRestorer/job/SkinsRestorerX-DEV/' + value: 'https://ci.codemc.io/job/SkinsRestorer/job/SkinsRestorer-DEV/' } ] }, @@ -184,7 +184,7 @@ export const configCommands: ConfigCommand[] = [ fields: [ { key: 'Issue Tracker:', - value: 'https://github.com/SkinsRestorer/SkinsRestorerX/issues' + value: 'https://github.com/SkinsRestorer/SkinsRestorer/issues' } ] }, diff --git a/modules/post-help.ts b/modules/post-help.ts index 1c91289..a89f691 100644 --- a/modules/post-help.ts +++ b/modules/post-help.ts @@ -29,7 +29,7 @@ export default (client: Client): void => { }, { name: 'Search the issue tracker', - value: 'We have a [issue tracker](https://github.com/SkinsRestorer/SkinsRestorerX/issues) on GitHub. You can search for your issue there. If you find it, you can subscribe to it to get notified when it is fixed.' + value: 'We have a [issue tracker](https://github.com/SkinsRestorer/SkinsRestorer/issues) on GitHub. You can search for your issue there. If you find it, you can subscribe to it to get notified when it is fixed.' }, { name: 'Give us more information!',