aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/supervisor/hsm/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/supervisor/hsm/README.md')
-rw-r--r--arch/riscv/supervisor/hsm/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/supervisor/hsm/README.md b/arch/riscv/supervisor/hsm/README.md
index a950152..2d5acfa 100644
--- a/arch/riscv/supervisor/hsm/README.md
+++ b/arch/riscv/supervisor/hsm/README.md
@@ -121,6 +121,6 @@ THE END
## Rationale
This example came after exploring the topic of SMP on
-[fbos](https://github.com/mssola/fbos). Even if in there I did not explore this
+[fbos](https://git.mssola.com/os/fbos). Even if in there I did not explore this
extension further (because of the needs of the project), I decided that I wanted
a fresh simple kernel to mess with this extension. And hence this project.