From 98844e931ee4b4f5baf581ea6a30d37f768792fe Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Fri, 2 Feb 2018 09:42:31 +0000 Subject: [PATCH] docs: Remove unecessary backticks Remove backticks from repos that are not the name of files/commands. Also, mark first instance of "Linux" with asterisk. Signed-off-by: James O. D. Hunt --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24b015d06..e7732f034 100644 --- a/README.md +++ b/README.md @@ -97,16 +97,16 @@ create virtual machines for hosting the containers. ##### Kernel -The [`linux`](https://github.com/kata-containers/linux) kernel is used by the hypervisor to boot the guest image. +The [Linux\*](https://github.com/kata-containers/linux) kernel is used by the hypervisor to boot the guest image. ### Documentation -The [`documentation`](https://github.com/kata-containers/documentation) +The [documentation](https://github.com/kata-containers/documentation) repository hosts documentation common to all code components. ### Test code -The [Tests](https://github.com/kata-containers/tests) repository hosts all +The [tests](https://github.com/kata-containers/tests) repository hosts all test code except the unit testing code (which is kept in the same repository as the component it tests).