From a11768e1b7ca2748cc9c72c800f0956ad38cf851 Mon Sep 17 00:00:00 2001 From: Gabi Beyer Date: Mon, 1 Apr 2019 15:21:13 -0700 Subject: [PATCH] doc: update architecture.md link update architecture.md link, since it has moved to within the design/ directory. Fixes: #417 Signed-off-by: Gabi Beyer --- Developer-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 8698c3d62a..3db3bf92af 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -448,7 +448,7 @@ to be used when the workload cannot be trusted and a higher level of security is required. An additional flag can be used to let CRI-O know if a workload should be considered _trusted_ or _untrusted_ by default. For further details, see the documentation -[here](https://github.com/kata-containers/documentation/blob/master/architecture.md#mixing-vm-based-and-namespace-based-runtimes). +[here](https://github.com/kata-containers/documentation/blob/master/design/architecture.md#mixing-vm-based-and-namespace-based-runtimes). Additionally, we need CRI-O to perform the network namespace management. Otherwise, when the VM starts the network will not be available.