Skip to content

Commit 90c1fda

Browse files
committed
Update Spigot link to point to the resources page.
1 parent 52624b7 commit 90c1fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MC Plugin Finder
22

3-
A search aggregator for finding Minecraft server plugins on [Spigot](https://www.spigotmc.org), [Modrinth](https://modrinth.com/plugins), and [Hangar](https://hangar.papermc.io).
3+
A search aggregator for finding Minecraft server plugins on [Spigot](https://www.spigotmc.org/resources), [Modrinth](https://modrinth.com/plugins), and [Hangar](https://hangar.papermc.io).
44

55
### Try it out here: [https://mcpluginfinder.com](https://mcpluginfinder.com)
66

web/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ fn HomePage() -> impl IntoView {
624624
<h1 class="home-page__title">"MC Plugin Finder"</h1>
625625
<h2 class="home-page__subtitle">
626626
<span>"Search for Minecraft server plugins on "</span>
627-
<a href="https://www.spigotmc.org" target="_blank">Spigot</a>
627+
<a href="https://www.spigotmc.org/resources" target="_blank">Spigot</a>
628628
<span>", "</span>
629629
<a href="https://modrinth.com/plugins" target="_blank">Modrinth</a>
630630
<span>", and "</span>

0 commit comments

Comments
 (0)