From 863d89f31f0084b505f53335c371cd8a706460bb Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Tue, 3 Feb 2026 15:09:31 -0500 Subject: [PATCH] OvmfPkg: Update wiki links The wiki has moved and this change updates links in OvmfPkg to refer to the new location. - New location: https://github.com/tianocore/tianocore-wiki.github.io - Rendered version: https://www.tianocore.org/tianocore-wiki.github.io/ - Old location: https://github.com/tianocore/tianocore.github.io/wiki More details: https://github.com/tianocore/edk2/discussions/11969 Signed-off-by: Michael Kubacki --- OvmfPkg/PlatformCI/ReadMe.md | 3 ++- OvmfPkg/README | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/OvmfPkg/PlatformCI/ReadMe.md b/OvmfPkg/PlatformCI/ReadMe.md index 301a79f704..bb7734e315 100644 --- a/OvmfPkg/PlatformCI/ReadMe.md +++ b/OvmfPkg/PlatformCI/ReadMe.md @@ -32,7 +32,8 @@ Pytools build system. ## Building with Pytools for OvmfPkg If you are unfamiliar with Pytools, it is recommended to first read through -the generic set of edk2 [Build Instructions](https://github.com/tianocore/tianocore.github.io/wiki/Build-Instructions). +the generic set of edk2 +[Build Instructions](https://www.tianocore.org/tianocore-wiki.github.io/build-tooling/build-workflows/build_instructions.html). 1. [Optional] Create a Python Virtual Environment - generally once per workspace diff --git a/OvmfPkg/README b/OvmfPkg/README index 4db2367fac..1dbcaad1ad 100644 --- a/OvmfPkg/README +++ b/OvmfPkg/README @@ -54,11 +54,11 @@ these binary outputs: - This file is not built separately any longer, starting with svn r13520. If you are new to building in edk2 or looking for the latest build -instructions, visit https://github.com/tianocore/tianocore.github.io/wiki/Build-Instructions +instructions, visit More OVMF-specific build information can be found at: -https://github.com/tianocore/tianocore.github.io/wiki/How%20to%20build%20OVMF +[How to Build OVMF](https://www.tianocore.org/tianocore-wiki.github.io/development/tutorials-howto/how_to_build_ovmf.html) === RUNNING OVMF on QEMU ===