From 967f03aa017473b7a98e37a4f17b212f164da66f Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 8 Jun 2018 09:30:21 +0100 Subject: [PATCH] docs: Properly format distro names Ensure the first mention of all the distro names in the install guides: - Have the required asterisk after the name. - Have a link to the website. Also folded the overly long lines. Signed-off-by: James O. D. Hunt --- install/centos-installation-guide.md | 3 ++- install/fedora-installation-guide.md | 3 ++- install/ubuntu-installation-guide.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/install/centos-installation-guide.md b/install/centos-installation-guide.md index 5a6e7b834f..4ea2a67f78 100644 --- a/install/centos-installation-guide.md +++ b/install/centos-installation-guide.md @@ -2,7 +2,8 @@ > **Notes:** > -> - Kata Containers packages are available for CentOS version 7 (currently `x86_64` only). +> - Kata Containers packages are available for [CentOS\*](https://www.centos.org) +> version 7 (currently `x86_64` only). > > - If you are installing on a system that already has Clear Containers or `runv` installed, > first read [the upgrading document](../Upgrading.md). diff --git a/install/fedora-installation-guide.md b/install/fedora-installation-guide.md index dadd4e2d63..8589e5d131 100644 --- a/install/fedora-installation-guide.md +++ b/install/fedora-installation-guide.md @@ -2,7 +2,8 @@ > **Notes:** > -> - Kata Containers packages are available for Fedora\* versions **26** and **27** (currently `x86_64` only). +> - Kata Containers packages are available for [Fedora\*](https://fedoraproject.org) +> versions **26** and **27** (currently `x86_64` only). > > - If you are installing on a system that already has Clear Containers or `runv` installed, > first read [the upgrading document](../Upgrading.md). diff --git a/install/ubuntu-installation-guide.md b/install/ubuntu-installation-guide.md index 24609f4029..1ff961cde0 100644 --- a/install/ubuntu-installation-guide.md +++ b/install/ubuntu-installation-guide.md @@ -2,7 +2,8 @@ > **Notes:** > -> - Kata Containers packages are available for Ubuntu\* **16.04** and **17.10** (currently `x86_64` only). +> - Kata Containers packages are available for [Ubuntu\*](https://www.ubuntu.com) +> versions **16.04** and **17.10** (currently `x86_64` only). > > - If you are installing on a system that already has Clear Containers or `runv` installed, > first read [the upgrading document](../Upgrading.md).