Skip to content

Commit

Permalink
update links to zelda.deco.mp (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragorn421 committed Aug 14, 2024
1 parent ad033a4 commit b1326c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/contribute/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?

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 @@ -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!
You can always ask for help on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp/) in the #tp-decomp channel!
2 changes: 1 addition & 1 deletion docs/contribute/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Feel free to ask for help on the [Zelda Decompilation Discord server](https://discord.zelda.deco.mp/) in the `#tp-decomp-help` 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/tp';
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 @@ -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 },
],
},
Expand Down

0 comments on commit b1326c4

Please sign in to comment.