From d25d4fe07d0a5a978319672eda37e57e7c12cea8 Mon Sep 17 00:00:00 2001 From: Kiip <25848425+kiipy@users.noreply.github.com> Date: Tue, 24 Aug 2021 11:32:14 +0200 Subject: [PATCH] Fix minestom.com > minestom.net --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 89dec3ec3..ad2892f53 100644 --- a/.github/README.md +++ b/.github/README.md @@ -4,7 +4,7 @@ [![license](https://img.shields.io/github/license/Minestom/Minestom?style=for-the-badge&color=b2204c)](../LICENSE) [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=for-the-badge)](https://github.com/RichardLitt/standard-readme) [![javadocs](https://img.shields.io/badge/documentation-javadocs-4d7a97?style=for-the-badge)](https://minestom.github.io/Minestom/) -[![wiki](https://img.shields.io/badge/documentation-wiki-74aad6?style=for-the-badge)](https://wiki.minestom.com/) +[![wiki](https://img.shields.io/badge/documentation-wiki-74aad6?style=for-the-badge)](https://wiki.minestom.net/) [![discord-banner](https://img.shields.io/discord/706185253441634317?label=discord&style=for-the-badge&color=7289da)](https://discord.gg/pkFRvqB) Minestom is a complete rewrite of Minecraft server software, open-source and without any code from Mojang. @@ -33,7 +33,7 @@ This means you need to add Minestom as a dependency, add your code and compile b # Usage An example of how to use the Minestom library is available [here](/src/test/java/demo). -Alternatively you can check the official [wiki](https://wiki.minestom.com/) or the [javadocs](https://minestom.github.io/Minestom/). +Alternatively you can check the official [wiki](https://wiki.minestom.net/) or the [javadocs](https://minestom.github.io/Minestom/). # Why Minestom? Minecraft has evolved a lot since its release, most of the servers today do not take advantage of vanilla features and even have to struggle because of them. Our target audience is those who want to make a completely different server compared to vanilla Minecraft such as survival or creative building.