From 4aa57d2e2c94f5177b24b789c1d480b9e3d49d5d Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 5 Apr 2018 13:46:59 +0100 Subject: [PATCH] docs: Add links to README Add links for the dev guide and limitations doc to the `README`. Signed-off-by: James O. D. Hunt --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b525107d04..f8402deebb 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,6 @@ common to multiple components. For details of the other Kata Containers repositories, see the [repository summary](https://github.com/kata-containers/kata-containers). + +* [Developer Guide](Developer-Guide.md) +* [Limitations](Limitations.md)