diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-08-23 14:32:27 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-08-23 14:32:27 -0400 |
| commit | 4b9a87e0f83ddebff166acb90755bf77306bf7db (patch) | |
| tree | 500d076cc9fe5d2545dca6f7f001c900beadf172 /docs | |
| parent | 4caa5d8fc4bb0ee015d6d76102ca4e3cf86bc63e (diff) | |
Fix bad relative markdown links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/decompiling.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/decompiling.md b/docs/decompiling.md index 8450b33e..5eaab4cc 100644 --- a/docs/decompiling.md +++ b/docs/decompiling.md @@ -4,7 +4,7 @@ This document describes the basics how to start decompiling code and contributin If you haven't already, you should first follow the instructions in the [readme](../README.md) to get the decomp set up, as well as the tools you will be using to work on it: objdiff and Ghidra. -You should also read the [coding guidelines page](coding_guidelines.md) page to ensure that the code you write is clear and readable. +You should also read the [coding guidelines page](/docs/coding_guidelines.md) page to ensure that the code you write is clear and readable. ## Table of Contents @@ -691,4 +691,4 @@ Then you can just submit a pull request as-is instead of worrying about it any m Once an actor is fully decompiled, you can start naming some of its member variables if you want to. This is completely optional - it's normal to submit a PR without documenting most fields. Leaving them unnamed (e.g. `field_0x290`) is preferable to coming up with wrong names if you aren't sure. -But if you do decide to start naming things, you should check out the ['Naming style' section of the coding guidelines page](coding_guidelines.md#naming-style). +But if you do decide to start naming things, you should check out the ['Naming style' section of the coding guidelines page](/docs/coding_guidelines.md#naming-style). |
