From d2741fdc84f4b5a5ef44624fb1288cffe9d6de20 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Fri, 16 Oct 2020 21:11:08 -0700 Subject: [PATCH] docs: Edit README.md Add link to issue and fix two typos. Signed-off-by: pierwill <19642016+pierwill@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf8907c4..c2841af91 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Cloud Hypervisor is implemented in [Rust](https://www.rust-lang.org/) and is bas ### Architectures -Cloud Hypervisor supports the `x86-64` and `AArch64` architecture. There are some small differences in functionality between the two architecture (see #1125). +Cloud Hypervisor supports the `x86-64` and `AArch64` architectures. There are some small differences in functionality between the two architectures (see [#1125](https://github.com/cloud-hypervisor/cloud-hypervisor/issues/1125)). ### Guest OS