summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAetiasHax <144526980+AetiasHax@users.noreply.github.com>2024-04-10 23:40:10 +0200
committerGitHub <noreply@github.com>2024-04-10 23:40:10 +0200
commitded71b1585e192a7975fb56d4cdfa81fa969d8df (patch)
treefce805076a626e41c8e04d5ce6efe05e8ce1807e
parenta61011c82ff5277cc8b74564834935b3830672e7 (diff)
parent2a0c8a4dda188a0b6a50567f2ef7d94fc31fbd3b (diff)
Merge pull request #22 from Yanis42/contribute_readme_fix
Fixed minor issues in ``CONTRIBUTING.md``
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5a50b683..24b454cc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -136,4 +136,5 @@ be inserted instead of `asm.inc`.
When contributing non-matching functions to this project, please build in both modes and fix any build errors you may get.
Delete the `.o` file between building in each mode so that the `Makefile` runs the compiler both times.
-> [!NOTE] The inline assembler does not function the same as the standalone assembler. [See differences here.](inline_assembler.md#differences-from-standalone-assembler)
+> [!NOTE]
+> The inline assembler does not function the same as the standalone assembler. [See differences here.](docs/inline_assembler.md#differences-from-standalone-assembler)