From b8f067a5e34a4f251e08f77d81b9a4c1f89bf96f Mon Sep 17 00:00:00 2001 From: Graham Whaley Date: Sat, 12 Jan 2019 16:22:58 +0000 Subject: [PATCH] docs: Add arch link to README file Add a link in the rather sparse top level proxy README file off to the relevant architecture documentation. Fixes: #136 Signed-off-by: Graham Whaley --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20de63e..8e300a1 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ [![codecov](https://codecov.io/gh/kata-containers/proxy/branch/master/graph/badge.svg)](https://codecov.io/gh/kata-containers/proxy) # Kata Containers Proxy + +The `kata-proxy` is part of the Kata Containers project. For more information on how +the `proxy` fits into the Kata Containers architecture, refer to the +[Kata Containers architecture documentation](https://github.com/kata-containers/documentation/blob/master/architecture.md#proxy).