Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirects: Create pcsx2.net/discord #341

Merged
merged 1 commit into from
Jul 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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