From dfebc8929d16d61db912081240c5b11a239b4d13 Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Mon, 27 Jan 2025 20:49:19 +0800 Subject: [PATCH] docs: Fix broken link to docs/arm64.md `docs/arm64.md` was removed and splited into `README.md`, `building.md` and `uefi.md` in #4991. Let's point it to `https://github.com/cloud-hypervisor/cloud-hypervisor/blob/8ab15b9a984a448006f97b1211498c1bb583de3b/docs/arm64.md` the commit right before `docs/arm64.md` was removed in main branch. Signed-off-by: Ruoqing He --- release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 83c0c502d..4ba61de9b 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2735,7 +2735,7 @@ a VM using passthrough (VFIO) devices. Issues with SMP have also been observed Included in this release is experimental support for running on ARM64. Currently only `virtio-mmio` devices and a serial port are supported. Full -details can be found in the [ARM64 documentation](docs/arm64.md). +details can be found in the [ARM64 documentation](https://github.com/cloud-hypervisor/cloud-hypervisor/blob/8ab15b9a984a448006f97b1211498c1bb583de3b/docs/arm64.md). ### Support for Using 5-level Paging in Guests