Skip to content

Commit

Permalink
Change URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Jul 12, 2024
1 parent 3a4c757 commit aa84c3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions modules/commands/commands.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down Expand Up @@ -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/'
}
]
},
Expand Down Expand Up @@ -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'
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion modules/post-help.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!',
Expand Down

0 comments on commit aa84c3a

Please sign in to comment.