diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11cd499ae..57f2105fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ We appreciate your interest in contributing to Pumpkin! This document outlines t ## Getting Started -The easiest way to get started is by asking for help in [our Discord server](https://discord.gg/pumpkinmc). +The easiest way to get started is by asking for help in [our Discord server](https://discord.gg/wT8XjrjKkf). ### How to Contribute diff --git a/README.md b/README.md index 4d2e3f470..d054c28bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Pumpkin ![CI](https://github.com/Pumpkin-MC/Pumpkin/actions/workflows/rust.yml/badge.svg) -[![Discord](https://img.shields.io/discord/1268592337445978193.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/pumpkinmc) +[![Discord](https://img.shields.io/discord/1268592337445978193.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/wT8XjrjKkf) [![License: GPL](https://img.shields.io/badge/License-GPLv3-yellow.svg)](https://opensource.org/licenses/gpl-3-0) @@ -107,7 +107,7 @@ Pumpkin's documentation can be found at ## Communication -Consider joining [our Discord server](https://discord.gg/pumpkinmc) to stay up-to-date on events, updates, and connect with other members. +Consider joining [our Discord server](https://discord.gg/wT8XjrjKkf) to stay up-to-date on events, updates, and connect with other members. ## Funding diff --git a/pumpkin/src/main.rs b/pumpkin/src/main.rs index b49a5d345..4402abe29 100644 --- a/pumpkin/src/main.rs +++ b/pumpkin/src/main.rs @@ -194,7 +194,7 @@ fn print_support_links_and_warning() { TextComponent::text("Discord") .color_named(NamedColor::DarkBlue) .to_pretty_console(), - TextComponent::text("https://discord.gg/pumpkinmc") + TextComponent::text("https://discord.gg/wT8XjrjKkf") .color_named(NamedColor::Aqua) .to_pretty_console() );