Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/evergrowth/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function gtag() {
<img src="/images/message_in_a_bottle.svg">
Download Latest Resource Pack
</a>
<a href="https://gm4.co/discord" target="_blank" class="squircleLink viewCodeLink">
<a href="https://discord.gg/eN257Mr" target="_blank" class="squircleLink viewCodeLink">
<img src="/images/logo/discord.svg">
Get Help on Discord
</a>
Expand Down
2 changes: 1 addition & 1 deletion site/includes/footer.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<footer>
<p>
Copyright &copy; <?php echo(date('Y')); ?> Gamemode 4<br>
<a href="https://gm4.co/discord" target="_blank" rel="noopener">Discord</a> | <a href="https://github.com/Gamemode4Dev/GM4_Datapacks" target="_blank" rel="noopener">Github</a> | <a href="https://twitter.com/GM4Official" target="_blank" rel="noopener">Twitter</a> | <a href="https://www.patreon.com/gamemode4" target="_blank" rel="noopener">Patreon</a>
<a href="https://discord.gg/eN257Mr" target="_blank" rel="noopener">Discord</a> | <a href="https://github.com/Gamemode4Dev/GM4_Datapacks" target="_blank" rel="noopener">Github</a> | <a href="https://twitter.com/GM4Official" target="_blank" rel="noopener">Twitter</a> | <a href="https://www.patreon.com/gamemode4" target="_blank" rel="noopener">Patreon</a>
</p>
<p class="footer-small">
Gamemode 4 is not an official Minecraft product, and is not approved by or associated with Mojang Studios. "Minecraft" is a trademark of Mojang AB and any usage of the Minecraft brand on this site is used in accordance with Mojang Studios' <a href="https://account.mojang.com/terms?ref=ft#brand" target="_blank" rel="noopener">Brand and Asset Guidelines</a>.
Expand Down
2 changes: 1 addition & 1 deletion site/includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<nav>
<ul>
<li>
<a href="/wiki" target="_blank" rel="noreferrer"><h1>Wiki</h1></a>
<a href="https://wiki.gm4.co/" target="_blank" rel="noreferrer"><h1>Wiki</h1></a>
</li>
<li>
<a href="/team"><h1>Team</h1></a>
Expand Down
2 changes: 1 addition & 1 deletion site/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function gtag(){dataLayer.push(arguments);}
</div>
<div class="landingLinks">
<h2>Join our community</h2>
<a class="discordLink squircleLink" href="https://gm4.co/discord" target="_blank" rel="noopener">
<a class="discordLink squircleLink" href="https://discord.gg/eN257Mr" target="_blank" rel="noopener">
<img src="/images/logo/discord.svg" width="31" height="24" alt="Discord Logo">Discord
</a>
<a class="githubLink squircleLink" href="https://github.com/Gamemode4Dev/GM4_Datapacks" target="_blank" rel="noopener">
Expand Down
2 changes: 1 addition & 1 deletion site/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function gtag(){dataLayer.push(arguments);}
<li>80+ GM4 Datapacks adding a range of custom items, blocks and features</li>
<li>Special Items and machines that change the way you can play or farm</li>
</ul>
<p>To keep up to date with all the latest news, <a href='https://gm4.co/discord'>join our Discord Server!</a></p>
<p>To keep up to date with all the latest news, <a href='https://discord.gg/eN257Mr'>join our Discord Server!</a></p>
<p>Looking for the world downloads of our past seasons? <a href="https://gm4.co/downloads">Check out our downloads page!</a></p>
<br />

Expand Down