From 4c34ca04ab3447b290401d51f90a5fbb31231003 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Wed, 14 Aug 2024 21:18:15 +0200 Subject: [PATCH] update links to zelda.deco.mp --- docs/contribute/contribute.mdx | 2 +- docs/contribute/decompiler-setup.mdx | 2 +- docs/contribute/how-to-decompile.mdx | 2 +- docs/contribute/installation.mdx | 2 +- docs/contribute/keeping-up-to-date.mdx | 2 +- docusaurus.config.js | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/contribute/contribute.mdx b/docs/contribute/contribute.mdx index d750999..ee670ae 100644 --- a/docs/contribute/contribute.mdx +++ b/docs/contribute/contribute.mdx @@ -7,7 +7,7 @@ sidebar_position: 1 If figuring out how a modern game works sounds like fun to you, then you're in the right place! You're more than welcome to contribute; this is a group effort and every contribution helps. -If you have any questions about the project or if you need help with anything, come say hi on the [Zelda Decompilation Discord server](https://discord.zelda64.dev/)! +If you have any questions about the project or if you need help with anything, come say hi on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp)! :::info Missed the intro to this project? Check out our [About](/about) page for detailed information about what the project is and what we do. diff --git a/docs/contribute/decompiler-setup.mdx b/docs/contribute/decompiler-setup.mdx index b2e2c2c..8166f27 100644 --- a/docs/contribute/decompiler-setup.mdx +++ b/docs/contribute/decompiler-setup.mdx @@ -98,4 +98,4 @@ There is currently no way to import types from C++ source code into Ghidra. ## Need help with setup? -Ask for help on the [Zelda Decompilation Discord server](https://discord.zelda64.dev/) in the #botw-decomp-help channel. +Ask for help on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp) in the #botw-decomp-help channel. diff --git a/docs/contribute/how-to-decompile.mdx b/docs/contribute/how-to-decompile.mdx index d7b163b..3ef9f28 100644 --- a/docs/contribute/how-to-decompile.mdx +++ b/docs/contribute/how-to-decompile.mdx @@ -160,7 +160,7 @@ AArch64 is the instruction set architecture (ISA) that is used for Switch builds ## Need help? -Check out the [cheatsheet](/cheatsheet) or ask for help on the [Zelda Decompilation Discord server](https://discord.zelda64.dev/) in the #botw-decomp-help channel. +Check out the [cheatsheet](/cheatsheet) or ask for help on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp) in the #botw-decomp-help channel. If you're not sure what to work on, ask for guidance in #botw-decomp. diff --git a/docs/contribute/installation.mdx b/docs/contribute/installation.mdx index e36b62c..0166d3e 100644 --- a/docs/contribute/installation.mdx +++ b/docs/contribute/installation.mdx @@ -81,4 +81,4 @@ If you see an `OK` message, congrats! You have successfully set up the project. ## Problems? -Ask for help on the [Zelda Decompilation Discord server](https://discord.zelda64.dev/) in the #botw-decomp channel. +Ask for help on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp) in the #botw-decomp channel. diff --git a/docs/contribute/keeping-up-to-date.mdx b/docs/contribute/keeping-up-to-date.mdx index d33e16a..32f72f5 100644 --- a/docs/contribute/keeping-up-to-date.mdx +++ b/docs/contribute/keeping-up-to-date.mdx @@ -38,4 +38,4 @@ Note that there is currently no automated tooling to import only the types that ## Need help? -Ask for help on the [Zelda Decompilation Discord server](https://discord.zelda64.dev/) in the #botw-decomp channel. +Ask for help on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp) in the #botw-decomp channel. diff --git a/docusaurus.config.js b/docusaurus.config.js index e130ab5..eb08529 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -4,7 +4,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/vsDark'); const REPO_URL = 'https://github.com/zeldaret/botw'; -const DISCORD_URL = 'https://discord.zelda64.dev'; +const DISCORD_URL = 'https://discord.zelda.deco.mp'; /** @type {import('@docusaurus/types').Config} */ const config = { @@ -99,7 +99,7 @@ const config = { items: [ { label: 'ZeldaRET', - href: 'https://zelda64.dev', + href: 'https://zelda.deco.mp', }, { label: 'Zelda Decompilation Discord',