Skip to content

Commit

Permalink
Merge pull request #76 from hensldm/discord
Browse files Browse the repository at this point in the history
Use raw discord link for now
  • Loading branch information
fig02 authored Jun 19, 2024
2 parents 7e64008 + d790727 commit fddca01
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/app/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<mat-toolbar color="primary">
<mat-toolbar-row fxLayout="row" fxLayoutAlign="center center">
<div>
<a id="links" href="https://discord.zelda64.dev/">
<a id="links" href="https://discord.com/invite/DqwyCBYKqf/">
<fa-icon [icon]="discord"></fa-icon> Contact Us
</a>
<a id="links" href="https://github.com/zeldaret">
Expand Down
2 changes: 1 addition & 1 deletion src/app/toolbar/toolbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<span>{{ game.title }}</span>
</button>
</mat-menu>
<a mat-icon-button href="https://discord.zelda64.dev/">
<a mat-icon-button href="https://discord.com/invite/DqwyCBYKqf/">
<fa-icon [icon]="discord"></fa-icon>
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/assets/md/mm_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ There is one exception:

No. *No one is allowed to contribute to the project who has accessed
material relating to relevant source code or documentation leaks.* For
specifics, see [the Discord server](http://discord.zelda64.dev/).
specifics, see [the Discord server](https://discord.com/invite/DqwyCBYKqf/).

How do I set up the decompilation on my computer?
-------------------------------------------------
Expand Down Expand Up @@ -219,15 +219,15 @@ tutorial](https://github.com/zeldaret/oot/blob/master/docs/tutorial/contents.md)
useful.

But above all, if you want to help, join [the
Discord](http://discord.zelda64.dev/) and we can help with anything you
Discord](https://discord.com/invite/DqwyCBYKqf/) and we can help with anything you
have trouble with.

Where can I get more information?
---------------------------------

For more information on any of the topics in the scope of this project
that have been discussed here, please join [the
Discord](http://discord.zelda64.dev/). We aim to be helpful and friendly
Discord](https://discord.com/invite/DqwyCBYKqf/). We aim to be helpful and friendly
to newcomers, provided they have read the basics in this FAQ.

### I would like to write an article or make a video about this project. Who should I contact for further information?
Expand Down
4 changes: 2 additions & 2 deletions src/assets/md/oot_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ There is one exception:

No. *No one is allowed to contribute to the project who has accessed
material relating to relevant source code or documentation leaks.* For
specifics, see [the Discord server](http://discord.zelda64.dev/).
specifics, see [the Discord server](https://discord.com/invite/DqwyCBYKqf/).

How do I set up the decompilation on my computer?
-------------------------------------------------
Expand Down Expand Up @@ -233,7 +233,7 @@ Where can I get more information?

For more information on any of the topics in the scope of this project
that have been discussed here, please join [the
Discord](http://discord.zelda64.dev/). We aim to be helpful and friendly
Discord](https://discord.com/invite/DqwyCBYKqf/). We aim to be helpful and friendly
to newcomers, provided they have read the basics in this FAQ.

### I would like to write an article or make a video about this project. Who should I contact for further information?
Expand Down
4 changes: 2 additions & 2 deletions src/assets/md/tmc_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ No specialist decompiler for ARM exists, so people read the assembly
themselves or use Ghidra or the HexRays decompiler for a first
approximation. There are also specialist data/hex analysis tools made
for the project: [ask in Discord for
details](https://discord.zelda64.dev/)
details](https://discord.com/invite/DqwyCBYKqf/)

What's the goal of this project?
--------------------------------
Expand Down Expand Up @@ -135,7 +135,7 @@ I'd like to help. How should I get started?
-------------------------------------------

Great, we're always happy to get new contributors! Most importantly,
[join the Discord](https://discord.zelda64.dev/), since this is where
[join the Discord](https://discord.com/invite/DqwyCBYKqf/), since this is where
all the discussion takes place. Start by reading the project
[README.md](https://github.com/zeldaret/tmc/blob/master/README.md) for
general information, follow the instructions in
Expand Down

0 comments on commit fddca01

Please sign in to comment.