From c3781d70aa62ddd2852a367273d7340d4020d2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?vin=C3=ADcius=20x?= Date: Sat, 4 Jan 2025 17:04:00 -0300 Subject: [PATCH] fix missing relative link --- src/cpu/branch_zero.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/branch_zero.md b/src/cpu/branch_zero.md index 1faef4f..c479f74 100644 --- a/src/cpu/branch_zero.md +++ b/src/cpu/branch_zero.md @@ -17,4 +17,4 @@ This is only partially correct. The true encoding is the following: Where `xxxx` is any bit sequence other than `1000`. This behaviour is required for passing the `b_0xXX_y` tests in -[Amidog's CPU test](/references.md#psxtest_cpu). +[Amidog's CPU test](../references.md#psxtest_cpu).