Skip to content

Commit

Permalink
Merge pull request #4 from Dragorn421/master
Browse files Browse the repository at this point in the history
Update links to zelda.deco.mp
  • Loading branch information
leoetlino authored Aug 14, 2024
2 parents f69e7ea + 4c34ca0 commit 5421626
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/contribute/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/decompiler-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/contribute/how-to-decompile.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/contribute/keeping-up-to-date.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -99,7 +99,7 @@ const config = {
items: [
{
label: 'ZeldaRET',
href: 'https://zelda64.dev',
href: 'https://zelda.deco.mp',
},
{
label: 'Zelda Decompilation Discord',
Expand Down

0 comments on commit 5421626

Please sign in to comment.