From 5d79133ec74c3d9c01111f318c0a5d169e5da624 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Wed, 12 Jun 2019 10:57:41 +0100 Subject: [PATCH] docs: Add link to website source repo Add a link to the newly-discovered source repository [1] for the Kata website [2] to allow users to raise issues and PRs on the website itself. --- [1] - https://github.com/OpenStackweb/kata-netlify-refresh [2] - https://katacontainers.io Fixes: #497. Signed-off-by: James O. D. Hunt --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index abbc50dedc..58c3f5578d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ * [Code Licensing](#code-licensing) * [The Release Process](#the-release-process) * [Help Improving the Documents](#help-improving-the-documents) +* [Website Changes](#website-changes) The [Kata Containers](https://github.com/kata-containers) documentation repository hosts overall system documentation, with information @@ -66,3 +67,9 @@ Documents that help to understand and contribute to Kata Containers. ## Help Improving the Documents * [Documentation Requirements](Documentation-Requirements.md) + +## Website Changes + +If you have a suggestion for how we can improve the +[website](https://katacontainers.io), please raise an issue (or a PR) on +[the repository that holds the source for the website](https://github.com/OpenStackweb/kata-netlify-refresh).