diff --git a/docs/asm-style-guide.md b/docs/asm-style-guide.md index e82f928c..1d2d94b2 100644 --- a/docs/asm-style-guide.md +++ b/docs/asm-style-guide.md @@ -4,7 +4,7 @@ This guide is based primarily on the [Oracle of Secrets](https://github.com/scawful/Oracle-of-Secrets) codebase and is meant for the [Asar](https://github.com/RPGHacker/asar) assembler and derives influence from the [Asar 1.9 Manual](https://rpghacker.github.io/asar/asar_19/manual/). -Custom assembly code applied to the game should be included through the [yaze.asm](../assets/asm/yaze.asm) file. This file can be applied to the ROM by the editor using the Asar library or included into a projects codebase for use with the Asar assembler. +Custom assembly code applied to the game should be included through the `yaze.asm` file found in `assets/asm`. This file can be applied to the ROM by the editor using the Asar library or included into a projects codebase for use with the Asar assembler. ## Table of Contents diff --git a/docs/contributing.md b/docs/contributing.md index 4be3231b..43bafc57 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -16,7 +16,7 @@ Objective-C Code should follow the [Google Objective-C Style Guide](https://goog Python Code should follow the [PEP 8 Style Guide](https://pep8.org/). -Assembly code should follow the [65816 Style Guide](asm-style-guide.md). +Assembly code should follow the [65816 Style Guide](docs/asm-style-guide.md). ## Key Areas of Contribution @@ -82,7 +82,7 @@ Quality assurance and documentation are critical to yaze's success. Contribution ## Building the Project -For detailed instructions on building YAZE, including its dependencies and supported platforms, refer to `build-instructions.md`. +For detailed instructions on building YAZE, including its dependencies and supported platforms, refer to [build-instructions.md](docs/build-instructions.md). ## Getting Started @@ -101,7 +101,7 @@ git submodule update --init --recursive 3. Build the Project: -Follow the instructions in the `build-instructions.md` file to configure and build the project on your target platform. +Follow the instructions in the [build-instructions.md](docs/build-instructions.md). file to configure and build the project on your target platform. 4. Run the Application: diff --git a/docs/infrastructure.md b/docs/infrastructure.md index 8790781e..50cef478 100644 --- a/docs/infrastructure.md +++ b/docs/infrastructure.md @@ -31,7 +31,7 @@ The goal of yaze is to build a cross platform editor for the Legend of Zelda: A ## Dependencies -See [build-instructions.md](../docs/build-instructions.md) for more information. +See [build-instructions.md](docs/build-instructions.md) for more information. - **SDL2**: Graphics library - **ImGui**: GUI library