mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
fix: discord links
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# Pumpkin
|
||||
|
||||

|
||||
[](https://discord.gg/pumpkinmc)
|
||||
[](https://discord.gg/wT8XjrjKkf)
|
||||
[](https://opensource.org/licenses/gpl-3-0)
|
||||
|
||||
</div>
|
||||
@@ -107,7 +107,7 @@ Pumpkin's documentation can be found at <https://pumpkinmc.org/>
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
@@ -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()
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user