From 1b868adf871cac7dd03b111e17931c69bef97621 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Mon, 8 Dec 2025 13:52:40 +0000 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1baef60..f9a0887 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ static uint32_t syscall(uint32_t id, uint32_t param) { } ``` -The [RISC-V SBI] is not followed (https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/riscv-sbi.adoc), a simpler approach is taken. +The [RISC-V SBI](https://github.com/riscv-non-isa/riscv-sbi-doc/blob/master/riscv-sbi.adoc) is not followed, a simpler approach is taken. ## syscalls