Skip to content

Commit ff70ad9

Browse files
Update links to docs
1 parent 4d42150 commit ff70ad9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/main/java/com/fancyinnovations/fancyfriend/events

src/main/java/com/fancyinnovations/fancyfriend/events/Events.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
4343
"To add a blank line in a hologram, use `<r>` on a new line.").queue();
4444

4545
case "clickable" -> event.getHook().editOriginal(
46-
"Holograms currently aren't clickable themselves, but [here's](<https://docs.fancyinnovations.com/fancyholograms/tutorials/clickable-holograms/>) a workaround.")
46+
"Holograms currently aren't clickable themselves, but [here's](<https://fancyinnovations.com/docs/minecraft-plugins/fancyholograms/tutorials/clickable-holograms>) a workaround.")
4747
.queue();
4848

4949
case "converters" -> {
@@ -59,7 +59,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
5959
}
6060

6161
case "docs" -> event.getHook().editOriginal(
62-
"Here are the FancyPlugins docs: <https://docs.fancyinnovations.com/>").queue();
62+
"Here are the FancyPlugins docs: <https://fancyinnovations.com/docs/minecraft-plugins>").queue();
6363

6464
case "download" -> handleDownload(event);
6565

@@ -76,7 +76,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
7676
case "geyser" -> event.getHook().editOriginal(geyserMsg).queue();
7777

7878
case "interactions" -> event.getHook().editOriginal(
79-
"See [this page](<https://docs.fancyinnovations.com/fancynpcs/tutorials/action-system/>) on how to add interactions to an NPC.")
79+
"See [this page](<https://fancyinnovations.com/docs/minecraft-plugins/fancynpcs/tutorials/action-system>) on how to add interactions to an NPC.")
8080
.queue();
8181

8282
case "manual-holo" -> event.getHook().editOriginal("""
@@ -87,7 +87,7 @@ public void onSlashCommandInteraction(SlashCommandInteractionEvent event) {
8787
4. Run `/fancyholograms reload` after saving the file""").queue();
8888

8989
case "multiline" -> event.getHook().editOriginal(
90-
"See [this page](<https://docs.fancyinnovations.com/fancynpcs/tutorials/multiple-lines/>) on how to make an NPC name have multiple lines.")
90+
"See [this page](<https://fancyinnovations.com/docs/minecraft-plugins/fancynpcs/tutorials/multiple-lines>) on how to make an NPC name have multiple lines.")
9191
.queue();
9292

9393
case "noping" -> noPing(event);

0 commit comments

Comments
 (0)