From b0787e6a19f1e1b2ecbb9c545a8f8417fcd4eeb8 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 3 Jun 2022 16:41:02 +0800 Subject: [PATCH] Fix linkie web links Signed-off-by: shedaniel --- .../linkie/discord/commands/MigrateToLinkieWebCommand.kt | 2 +- src/main/resources/lang/en-US.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/me/shedaniel/linkie/discord/commands/MigrateToLinkieWebCommand.kt b/src/main/kotlin/me/shedaniel/linkie/discord/commands/MigrateToLinkieWebCommand.kt index 153e78d..caf9f14 100644 --- a/src/main/kotlin/me/shedaniel/linkie/discord/commands/MigrateToLinkieWebCommand.kt +++ b/src/main/kotlin/me/shedaniel/linkie/discord/commands/MigrateToLinkieWebCommand.kt @@ -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)!") } } } diff --git a/src/main/resources/lang/en-US.properties b/src/main/resources/lang/en-US.properties index e9408e9..f3803d4 100644 --- a/src/main/resources/lang/en-US.properties +++ b/src/main/resources/lang/en-US.properties @@ -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)