From 850bb35490f634041c6bd049e55de6523613c7d6 Mon Sep 17 00:00:00 2001 From: Sankaranarayanan Venkatasubramanian Date: Mon, 11 Dec 2023 12:12:41 +0530 Subject: [PATCH] Fix broken TDSPEC link Signed-off-by: Sankaranarayanan Venkatasubramanian --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd836a3..0c6f9e15 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ support. This allows guests to boot without firmware dependencies. Current VT-based container runtimes rely on VMMs that are capable of directly booting into the guest kernel without loading firmware. -TD Shim is a simplified [TDX virtual firmware](doc/tdshim_spec#vfw) for the +TD Shim is a simplified [TDX virtual firmware](doc/tdshim_spec.md#vfw) for the simplified kernel for TD container. This document describes a lightweight interface between the TD Shim and TD VMM and between the TD Shim and the simplified kernel.