From 8c201f91f73ec9570d16e6b843d0f1cd02cbcd83 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Wed, 14 Aug 2024 21:28:37 +0200 Subject: [PATCH] update links to zelda.deco.mp --- docs/contribute/contribute.mdx | 2 +- docs/contribute/decompiler-setup.mdx | 2 +- docs/contribute/installation.mdx | 2 +- docusaurus.config.js | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/contribute/contribute.mdx b/docs/contribute/contribute.mdx index d888315b..e71d6194 100644 --- a/docs/contribute/contribute.mdx +++ b/docs/contribute/contribute.mdx @@ -5,7 +5,7 @@ description: How to contribute sidebar_position: 1 --- -We gladly accept contributions! If you're interested in helping with this project, please continue to read below. If you have any additional questions, please reach out to us on the [Zelda Decompilation Discord server](https://discord.zelda64.dev/)! +We gladly accept contributions! If you're interested in helping with this project, please continue to read below. If you have any additional questions, please reach out to us on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp/)! ## What is needed? diff --git a/docs/contribute/decompiler-setup.mdx b/docs/contribute/decompiler-setup.mdx index f8efc42b..7a3e5656 100644 --- a/docs/contribute/decompiler-setup.mdx +++ b/docs/contribute/decompiler-setup.mdx @@ -86,4 +86,4 @@ Here is a tutorial by Taka going over the basics of using Ghidra to setup data s ## Problems? -You can always ask for help on the [Zelda Decompilation Discord server](https://discord.zelda64.dev/) in the #tp-decomp channel! \ No newline at end of file +You can always ask for help on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp/) in the #tp-decomp channel! \ No newline at end of file diff --git a/docs/contribute/installation.mdx b/docs/contribute/installation.mdx index 9fa934da..62e69a39 100644 --- a/docs/contribute/installation.mdx +++ b/docs/contribute/installation.mdx @@ -134,4 +134,4 @@ make clean_all ## Problems? -Feel free to ask for help on the [Zelda Decompilation Discord server](https://discord.zelda64.dev/) in the `#tp-decomp-help` channel! \ No newline at end of file +Feel free to ask for help on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp/) in the `#tp-decomp-help` channel! \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index f4962c70..e5dc4d9a 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/tp'; -const DISCORD_URL = 'https://discord.zelda64.dev'; +const DISCORD_URL = 'https://discord.zelda.deco.mp'; /** @type {import('@docusaurus/types').Config} */ const config = { @@ -89,7 +89,7 @@ const config = { links: [ { label: 'Decomp GitHub', href: REPO_URL }, { label: 'Website GitHub', href: 'https://github.com/zsrtp/tp-decomp-docs' }, - { label: 'ZeldaRET', href: 'https://zelda64.dev' }, + { label: 'ZeldaRET', href: 'https://zelda.deco.mp' }, { label: 'ZeldaRET Discord', href: DISCORD_URL }, ], },