From 1b9e186c3a446a8048fa5c26641586745e846b5c Mon Sep 17 00:00:00 2001 From: Andus <30293380+AndusDEV@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:17:30 +0100 Subject: [PATCH] Fix Maven Central Link (#1994) --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 94d630449..b0b0217cf 100644 --- a/.github/README.md +++ b/.github/README.md @@ -31,7 +31,7 @@ Minestom is not installed like Bukkit/Forge/Sponge. As Minestom is a Java library, it must be loaded the same way any other Java library may be loaded. This means you need to add Minestom as a dependency, add your code and compile by yourself. -Minestom is available on [Maven Central](https://central.sonatype.com/artifact/net.minestom/minestom), +Minestom is available on [Maven Central](https://central.sonatype.com/artifact/net.minestom/minestom-snapshots), and can be installed like the following (Gradle/Groovy): ```groovy