diff --git a/Compatibility-List.md b/Compatibility-List.md
index e3008370c..10f8f0125 100644
--- a/Compatibility-List.md
+++ b/Compatibility-List.md
@@ -1 +1 @@
-### https://github.com/xenia-project/game-compatibility
\ No newline at end of file
+### https://github.com/xenia-canary/game-compatibility
diff --git a/Options.mediawiki b/Options.mediawiki
index 1eb579b78..50efb1105 100644
--- a/Options.mediawiki
+++ b/Options.mediawiki
@@ -78,7 +78,7 @@ __TOC__
|}
== Cache ==
-* Games that require this have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_mount_cache requires_mount_cache] label.
+* Games that require this have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_mount_cache requires_mount_cache] label.
{|
! mount_cache
=
@@ -87,7 +87,7 @@ __TOC__
| Off (''default'')
| false
|-
-| On ([https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_mount_cache fixes some games])
+| On ([https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_mount_cache fixes some games])
| true
|}
@@ -178,7 +178,7 @@ This is a hack, and as such, '''bugs should be expected when changed from the de
|}
==== CPU readback after render target resolving ====
-* Games that require this have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-readback gpu-readback] label.
+* Games that require this have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-readback gpu-readback] label.
{|
! d3d12_readback_resolve
=
@@ -264,7 +264,7 @@ Sorted by priority. (i.e. if the first doesn't work then the next is tried, and
==== Allow invalid fetch constants ====
Allow texture and vertex fetch constants with invalid type - generally unsafe because the constant may contain completely invalid values, but may be used to bypass fetch constant type errors in certain games until the real reason why they're invalid is found.
-Games that require this have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-invalid-fetch-constants gpu-invalid-fetch-constants] label.
+Games that require this have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Agpu-invalid-fetch-constants gpu-invalid-fetch-constants] label.
{|
! gpu_allow_invalid_fetch_constants
=
@@ -282,7 +282,7 @@ Games that require this have the [https://github.com/xenia-project/game-compatib
** ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#screen-tearing Screen tearing]'' for D3D12
** ''[https://github.com/xenia-canary/xenia-canary/wiki/Options#user-content-Present_mode Present mode]'' for Vulkan
* ''Disabling this won’t improve the framerate if your PC can’t handle running the game at it’s native FPS.''
-* Games that speed up with this disabled have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Avsync-off-speedup vsync-off-speedup] label.
+* Games that speed up with this disabled have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Avsync-off-speedup vsync-off-speedup] label.
{|
! vsync
=
@@ -347,7 +347,7 @@ Games that require this have the [https://github.com/xenia-project/game-compatib
== Hacks ==
=== Protect zero ===
-* Games that require this to be false have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires-protect-zero-false requires-protect-zero-false] label.
+* Games that require this to be false have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires-protect-zero-false requires-protect-zero-false] label.
{|
! protect_zero
=
@@ -361,7 +361,7 @@ Games that require this have the [https://github.com/xenia-project/game-compatib
|}
=== Break on unimplemented instruction ===
-* Games that require this to be false have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Acpu-unimplemented-instruction cpu-unimplemented-instruction] label.
+* Games that require this to be false have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Acpu-unimplemented-instruction cpu-unimplemented-instruction] label.
{|
! break_on_unimplemented_instruction
=
@@ -505,7 +505,7 @@ Allows changing max buffered audio frames to reduce audio delay.
|}
=== Clear GPU cache ===
-* Games that require this to be true have the [https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_clear_memory_page_state_true requires_clear_memory_page_state_true] label.
+* Games that require this to be true have the [https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Arequires_clear_memory_page_state_true requires_clear_memory_page_state_true] label.
{|
! clear_memory_page_state
=
diff --git a/Quickstart.md b/Quickstart.md
index 209e5a40f..1bfd698f3 100644
--- a/Quickstart.md
+++ b/Quickstart.md
@@ -126,7 +126,7 @@ Xbox Dashboard:
3. Once the game shows up press X (Game Details) with the game selected.
4. Press the *Install* button.
* If you see *Delete* instead, skip to Section 2.
- * Note: Games with the [no-disc-install label](https://github.com/xenia-project/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Ano-disc-install) can't be installed this way, and require a modded console or using the Redump method.
+ * Note: Games with the [no-disc-install label](https://github.com/xenia-canary/game-compatibility/issues?q=is%3Aopen+is%3Aissue+label%3Ano-disc-install) can't be installed this way, and require a modded console or using the Redump method.
5. Select the storage device you want to install the game on.
6. Once it's 100% Completed press A to continue, and press B to go back to home.
diff --git a/_Sidebar.md b/_Sidebar.md
index 34750f06e..73e73766e 100644
--- a/_Sidebar.md
+++ b/_Sidebar.md
@@ -6,7 +6,7 @@
* [System Requirements](Quickstart#system-requirements)
* [How to rip games](Quickstart#how-to-rip-games)
* [[Options]]
- * [Compatibility List](https://github.com/xenia-project/game-compatibility#game-compatibility)
+ * [Compatibility List](https://github.com/xenia-canary/game-compatibility/issues)
* [[About]]
#
@@ -14,6 +14,6 @@
* [Building](https://github.com/xenia-canary/xenia-canary/blob/canary_experimental/docs/building.md)
* [[For Developers]]
* [[Roadmap]]
- * [Style Guide](https://github.com/xenia-project/xenia/blob/master/docs/style_guide.md)
+ * [Style Guide](https://github.com/xenia-canary/xenia-canary/blob/master/docs/style_guide.md)
* [More documents](https://github.com/xenia-canary/xenia-canary/tree/canary_experimental/docs)