From 188c90164b4958f780e843d9f2b1b993764335e5 Mon Sep 17 00:00:00 2001 From: Jeremy Yallop Date: Tue, 11 Apr 2017 11:48:58 +0100 Subject: [PATCH] Fix broken link to okernel documentation. Signed-off-by: Jeremy Yallop --- docs/security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/security.md b/docs/security.md index 87f82ff3e..208ee7ff2 100644 --- a/docs/security.md +++ b/docs/security.md @@ -96,6 +96,6 @@ critical mass before eventually being upstreamed. In this spirit, the [`/projects`](../projects) subdirectory houses a number of such projects. At this time, these include: - [WireGuard](../projects/wireguard/roadmap.md): a modern and minimal VPN implemented with the state-of-the-art cryptography like the [Noise protocol framework](http://www.noiseprotocol.org/) -- [okernel](../projects/okernel/roadmap.md): a mechanism to split the kernel into inner and outer subkernels with different trust properties +- [okernel](../projects/okernel/README.md): a mechanism to split the kernel into inner and outer subkernels with different trust properties The Moby community welcomes new security projects - please propose a new project if you have one you'd like to include!