Skip to content

Commit

Permalink
Redirects: Create pcsx2.net/discord
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechnician27 committed Jul 27, 2024
1 parent fc5d78f commit 36691ce
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ params:
- name: Discord
icon: fab fa-discord
weight: 1
url: "https://discord.com/invite/TCz3t9k"
url: "https://pcsx2.net/discord"
- name: Github
icon: fab fa-github
weight: 2
Expand Down Expand Up @@ -130,7 +130,7 @@ languages:
# url: /about
# - name: Discord
# weight: 6
# url: 'https://discord.com/invite/TCz3t9k'
# url: 'https://pcsx2.net/discord'
# pre: fa fa-discord
# - name: Github
# weight: 7
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ sidebar_position: 1

Here you will find various documentation related to the PCSX2 project, intended for both general user and technical audiences.

If this article does not help solve your problem, reach out in the [Discord](https://discord.com/invite/TCz3t9k) channel or the [forum](https://forums.pcsx2.net/).
If this article does not help solve your problem, reach out in the [Discord](https://pcsx2.net/discord) channel or the [forum](https://forums.pcsx2.net/).
2 changes: 1 addition & 1 deletion docs/troubleshooting/identify.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ It helps to write down the PCSX2 versions you're testing as you go, and note whe

## Reach out for help

After you've collected all the report materials, consider reaching out in either the respective [Discord](https://discord.com/invite/TCz3t9k) channel or the [forum](https://forums.pcsx2.net/) for further assistance.
After you've collected all the report materials, consider reaching out in either the respective [Discord](https://www.pcsx2.net/discord) channel or the [forum](https://forums.pcsx2.net/) for further assistance.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const config = {
},
{ to: "https://wiki.pcsx2.net/", label: "Wiki", position: "right" },
{
href: "https://discord.com/invite/TCz3t9k",
href: "https://pcsx2.net/discord",
position: "right",
className: "header-discord-link",
"aria-label": "Discord",
Expand Down Expand Up @@ -279,7 +279,7 @@ const config = {
items: [
{
label: "Discord",
href: "https://discord.com/invite/TCz3t9k",
href: "https://pcsx2.net/discord",
},
{
label: "Forums",
Expand Down
4 changes: 4 additions & 0 deletions redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ const redirects = [
"/download/releases/tools",
],
},
{
to: "https://discord.com/invite/TCz3t9k",
from: "/discord",
}
{
to: "/blog/2021/aethersx2-brings-pcsx2-to-mobile",
from: "/301-aethersx2-pcsx2-mobile",
Expand Down

0 comments on commit 36691ce

Please sign in to comment.