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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-02-02 09:42:31 +00:00
parent 53856059cb
commit 98844e931e

View File

@ -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).