mirror of
https://github.com/PCSX2/pcsx2-net-www.git
synced 2025-05-15 15:56:57 +00:00
Redirects: Create pcsx2.net/discord (#341)
This commit is contained in:
parent
db5c43d752
commit
7203f70f43
5 changed files with 10 additions and 6 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/).
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -189,7 +189,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",
|
||||
|
|
@ -282,7 +282,7 @@ const config = {
|
|||
items: [
|
||||
{
|
||||
label: "Discord",
|
||||
href: "https://discord.com/invite/TCz3t9k",
|
||||
href: "https://pcsx2.net/discord",
|
||||
},
|
||||
{
|
||||
label: "Forums",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue