From 61e6f40b07d256bd62ae7b231a3eeecd49d0b15b Mon Sep 17 00:00:00 2001 From: Michal Orzel Date: Thu, 30 Sep 2021 08:52:30 +0200 Subject: [PATCH] xsa-227: Fix link to XSA-227 web page Current link is invalid and gives the following error: "The requested URL was not found on this server." Fix it. Signed-off-by: Michal Orzel Reviewed-by: Andrew Cooper XSA-227 was first written before c/s 487bce87eda33 "Docs: Fix the generated advisory links" but upstreamed later, hence the missing of the tree-wide cleanup. Signed-off-by: Andrew Cooper --- tests/xsa-227/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xsa-227/main.c b/tests/xsa-227/main.c index 1750fc6..5475285 100644 --- a/tests/xsa-227/main.c +++ b/tests/xsa-227/main.c @@ -4,7 +4,7 @@ * * @page test-xsa-227 XSA-227 * - * Advisory: [XSA-227](https://xenbits.xen.org/xsa/advisory-xsa-227.html) + * Advisory: [XSA-227](https://xenbits.xen.org/xsa/advisory-227.html) * * For x86 PV guests, the #GNTTABOP_map_grant_ref hypercall allows mapping by * nominated linear address, or by nominating a specific L1e. However, there -- 2.39.5