docs: Use relative links in install README

Simplify the installation README by using relative URLs - let github
expand them automatically for readers.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-06-21 10:33:46 +01:00
parent b50b512872
commit f96f7ea2d3

View File

@ -5,13 +5,13 @@ See the [hardware requirements](https://github.com/kata-containers/runtime/blob/
Select your preferred distribution: Select your preferred distribution:
* [CentOS](https://github.com/kata-containers/documentation/blob/master/install/centos-installation-guide.md) * [CentOS](centos-installation-guide.md)
* [Fedora](https://github.com/kata-containers/documentation/blob/master/install/fedora-installation-guide.md) * [Fedora](fedora-installation-guide.md)
* [Red Hat](https://github.com/kata-containers/documentation/blob/master/install/rhel-installation-guide.md) * [Red Hat](rhel-installation-guide.md)
* [Ubuntu](https://github.com/kata-containers/documentation/blob/master/install/ubuntu-installation-guide.md) * [Ubuntu](ubuntu-installation-guide.md)
For further information, see: For further information, see:
* The [the upgrading document](../Upgrading.md). * The [the upgrading document](../Upgrading.md).
* The [developer guide](https://github.com/kata-containers/documentation/blob/master/Developer-Guide.md). * The [developer guide](../Developer-Guide.md).
* The [runtime documentation](https://github.com/kata-containers/runtime/blob/master/README.md). * The [runtime documentation](https://github.com/kata-containers/runtime/blob/master/README.md).