-yuzu profile page
+yuzu profile page
>By clicking on the link, a new tab will open, redirecting you to the Citra Community forum.
As both Citra and yuzu share a common Discourse forum, you'll have to either log in with those credentials or create a new account there.
@@ -60,7 +60,7 @@ Now that your account is linked, copy your login token by highlighting the text
>}}
#### Step 6
-Next, download and run the latest version of the Installer: [**Click here to download.**](https://yuzu-emu.org/downloads/)
+Next, download and run the latest version of the Installer: [**Click here to download.**](https://yuzu-mirror.github.io/downloads/)
You should see an option to select the `Early Access` release channel.
**Note:** `Early Access` includes all the same features and updates as the regular yuzu, so you don’t need to install both!
diff --git a/site/content/help/feature/multiplayer/index.md b/site/content/help/feature/multiplayer/index.md
index 522e1bf..0074506 100644
--- a/site/content/help/feature/multiplayer/index.md
+++ b/site/content/help/feature/multiplayer/index.md
@@ -8,7 +8,7 @@ description = "yuzu's multiplayer feature has the ability to emulate local wirel
Unlike single console netplay used in most emulators, users won’t have to worry about desyncs, synchronizing saves, or any other issues typical of netplay. Each user is using their instance of *yuzu* as a unique emulated Switch that is communicating with everyone else through a *multiplayer room*, a server that can be hosted by anyone for connected clients to exchange data with each other.
-You can learn more about *yuzu*'s multiplayer features in [this article](https://yuzu-emu.org/entry/ldn-is-here/).
+You can learn more about *yuzu*'s multiplayer features in [this article](https://yuzu-mirror.github.io/entry/ldn-is-here/).
## Hosting Rooms
If you just want to play with your friends, **you do not need to create your own room**. You can just pick a room from our Public Room Browser, where plenty of public rooms hosted by us and the community are already available for use.
@@ -48,7 +48,7 @@ sudo docker run -d \
--max_members 4 \
--token "" \
--enable-yuzu-mods \
- --web-api-url https://api.yuzu-emu.org
+ --web-api-url https://api.yuzu-mirror.github.io
```
Make sure the ports specified in `--publish` matches the port specified in `--port`, so that *Docker* can correctly forward your server's ports to the container.
@@ -59,7 +59,7 @@ If you are on Windows, it is also possible to host rooms using a standalone exec
Steps:
-1. If you do not have a *yuzu* installation yet, install it with the installer from our [official website](https://yuzu-emu.org).
+1. If you do not have a *yuzu* installation yet, install it with the installer from our [official website](https://yuzu-mirror.github.io).
1. Navigate to the folder you installed *yuzu* to, and go into `yuzu-windows-msvc` or `yuzu-windows-msvc-early-access`.
* If you cannot recall the installation folder, right clicking on a shortcut and clicking `Open File Location` will directly bring you into the `yuzu-windows-msvc` or `yuzu-windows-msvc-early-access` folder.
* Make sure the folder you are in contains the `yuzu-room` executable.
@@ -76,7 +76,7 @@ yuzu-room ^
--max_members 4 ^
--token "" ^
--enable-yuzu-mods ^
- --web-api-url https://api.yuzu-emu.org ^
+ --web-api-url https://api.yuzu-mirror.github.io ^
--ban-list-file ""
pause
```
@@ -98,7 +98,7 @@ By default, rooms will be hosted Public. If you'd like to host a private one ins
|`--port`|Yes|Port number to host your room on (0-65535). You should use a port that is not already used by other applications (typically a high enough port will work). Though unrecommended due to bandwidth reasons, it is possible to host multiple rooms on a single server provided the ports are distinct. **Remember to configure `Port Forwarding` for the ports!**
|`--max-members`|Yes|Maximum number of members for your room (2-16). *Note that rooms that are too large may result in slowdowns or even disconnections in certain games.*
|`--password`|No|An optional password to limit access to your room.
-|`--token`|Public Rooms|Your *yuzu* Community user token. Do not know your token yet? Get it [here](https://yuzu-emu.org/wiki/yuzu-web-service/).
+|`--token`|Public Rooms|Your *yuzu* Community user token. Do not know your token yet? Get it [here](https://yuzu-mirror.github.io/wiki/yuzu-web-service/).
|`--web-api-url`|Public Rooms|URL to the *yuzu* Web API. You should not change this.
|`--ban-list-file`|No|This is a file which yuzu will store ban records in. Banning would still work even if you do not specify this, but the bans will be lost once you shut down the room.
|`--log-file`|No|File path to store the logs.
diff --git a/site/content/help/quickstart/index.md b/site/content/help/quickstart/index.md
index 4d74394..30d490f 100644
--- a/site/content/help/quickstart/index.md
+++ b/site/content/help/quickstart/index.md
@@ -59,9 +59,9 @@ OpenGL 4.6 or Vulkan 1.1 compatible hardware and drivers are mandatory. Half-flo
- **Minimum for Windows:** NVIDIA GeForce GT 1050 4GB / AMD Radeon RX 550 4GB
-- **Recommended:** NVIDIA GeForce GTX 1660 6GB / AMD Radeon RX 5500 8GB [(with "Force maximum clocks" enabled)](https://yuzu-emu.org/entry/yuzu-progress-report-jan-2023/turboui.png)
+- **Recommended:** NVIDIA GeForce GTX 1660 6GB / AMD Radeon RX 5500 8GB [(with "Force maximum clocks" enabled)](https://yuzu-mirror.github.io/entry/yuzu-progress-report-jan-2023/turboui.png)
-- **Optimal:** NVIDIA Geforce RTX 3060 12GB / AMD Radeon RX 6700 10GB [(with "Force maximum clocks" enabled)](https://yuzu-emu.org/entry/yuzu-progress-report-jan-2023/turboui.png)
+- **Optimal:** NVIDIA Geforce RTX 3060 12GB / AMD Radeon RX 6700 10GB [(with "Force maximum clocks" enabled)](https://yuzu-mirror.github.io/entry/yuzu-progress-report-jan-2023/turboui.png)
#### Integrated graphics:
diff --git a/site/content/help/reference/asking.md b/site/content/help/reference/asking.md
index c6a42ce..d0347ce 100644
--- a/site/content/help/reference/asking.md
+++ b/site/content/help/reference/asking.md
@@ -4,8 +4,8 @@ description: "How to properly ask in our forums or support channel for assistanc
---
### Before starting your support request:
-* **Read the [Quickstart Guide](https://yuzu-emu.org/help/quickstart/).** Watching a YouTube video tutorial or reading a guide elsewhere doesn't count, as the majority of those provides incorrect instructions and quickly get outdated.
-* **Check if the problem is already reported in our [game compatibility list](https://yuzu-emu.org/game/)** Someone may be experiencing the same issue as you, or specific settings may be required for the game you are attempting to play.
+* **Read the [Quickstart Guide](https://yuzu-mirror.github.io/help/quickstart/).** Watching a YouTube video tutorial or reading a guide elsewhere doesn't count, as the majority of those provides incorrect instructions and quickly get outdated.
+* **Check if the problem is already reported in our [game compatibility list](https://yuzu-mirror.github.io/game/)** Someone may be experiencing the same issue as you, or specific settings may be required for the game you are attempting to play.
* **Reset your config file to defaults** This can resolve many common misconfiguration issues. This can be done by going to Configuration menu, General tab, and selecting "Reset All Settings"
* **Make sure you're using the latest yuzu Mainline build.** We don't provide support for older builds. Make sure you're using the latest Mainline build available, as we always pour new improvements into them.
* **Check if your drivers are up-to-date.** Many issues are simply solved by updating your drivers, mainly GPU. Always make sure your GPU drivers are up-to-date before proceeding. Just using the Windows builtin updater usually is not enough! Always install your GPU drivers through your GPU vendor's website.
diff --git a/site/content/privacy.md b/site/content/privacy.md
index 7eadf45..01eb5b9 100644
--- a/site/content/privacy.md
+++ b/site/content/privacy.md
@@ -56,7 +56,7 @@ This Privacy Policy explains how we collect, use, and protect your anonymized te
9. Contact Us
- If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at yuzu@yuzu-emu.org.
+ If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at yuzu@yuzu-mirror.github.io.