From 2a0c8a4dda188a0b6a50567f2ef7d94fc31fbd3b Mon Sep 17 00:00:00 2001 From: Yanis42 <35189056+Yanis42@users.noreply.github.com> Date: Tue, 9 Apr 2024 17:46:08 +0200 Subject: [PATCH] fixed note and wrong link in CONTRIBUTING.md --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)