From f5b7994a61abbd0b98363cd42defd582e17240d0 Mon Sep 17 00:00:00 2001 From: Henrik Akira Karlsson Date: Thu, 2 Nov 2023 13:21:16 +0100 Subject: [PATCH] Updates documentation link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d534d55..7f7cd508 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ s3k - Simple Secure Separation Kernel s3k is a separation kernel targetting embedded RISC-V systems. -- [Documentation](https://kth-step.github.io/s3k/) built with doxygen. +- [Documentation Index](https://github.com/kth-step/s3k/wiki) +- [S3K Design](https://github.com/kth-step/s3k/wiki/S3K-Design) +- [S3K API](https://github.com/kth-step/s3k/wiki/S3K-API) Configuration -------------