Skip to content

Commit

Permalink
Fix linkie web links
Browse files Browse the repository at this point in the history
Signed-off-by: shedaniel <[email protected]>
  • Loading branch information
shedaniel committed Jun 3, 2022
1 parent 2f35855 commit b0787e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object MigrateToLinkieWebCommand : OptionlessCommand {
ctx.message.reply {
basicEmbed(ctx.user)
title("Command removed")
description("Version commands are now on the [web](https://linkie.shedaniel.me/dependencies/)!")
description("Version commands are now on the [web](https://linkie.shedaniel.me/dependencies)!")
}
}
}
2 changes: 1 addition & 1 deletion src/main/resources/lang/en-US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ text.about.license = License
text.about.links.core = Library Source
text.about.links.bot = Bot Source
text.about.links.invite = Bot Invite
text.mappings.query.new_site = Linkie is now also on the [web](https://linkie.shedaniel.me/mappings/), it is easier to use!
text.mappings.query.new_site = Linkie is now also on the [web](https://linkie.shedaniel.me/mappings), it is easier to use!
text.mappings.query.fuzzy_matched = **No results found for __%s__. Displaying related results.**
text.mappings.query.title = List of %s Mappings for %s
text.mappings.query.title.paged = List of %s Mappings for %s (Page %s/%s)
Expand Down

0 comments on commit b0787e6

Please sign in to comment.