Fix broken links

This commit is contained in:
Matt Borgerson 2024-06-27 17:49:40 -07:00
parent ecb3bdc6fe
commit 49d35028e9
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
These NV2A [unit tests](https://github.com/abaire/nxdk_pgraph_tests){target=_blank} are a great way to isolate and troubleshoot graphical differences between xemu and real hardware.
The [snapshot](../../../snapshots/) feature within xemu is another convenient way to quickly test problem areas without having to repeatedly play through large sections of a game.
The [snapshot](../../snapshots.md) feature within xemu is another convenient way to quickly test problem areas without having to repeatedly play through large sections of a game.
<!--
## RenderDoc

View File

@ -75,7 +75,7 @@ Install [VSCode](https://code.visualstudio.com/download){target=_blank} and the
## Build & Run
Follow the [build](../../building-from-source/) instructions appending `--debug` to the CLI arguments, open the xemu project directory in VSCode via <kbd>File</kbd> &rarr; <kbd>Open folder...</kbd>, and press `F5` to start debugging.
Follow the [build](../building-from-source.md) instructions appending `--debug` to the CLI arguments, open the xemu project directory in VSCode via <kbd>File</kbd> &rarr; <kbd>Open folder...</kbd>, and press `F5` to start debugging.
!!! tip "Tip: Arguments"