.pytool: Update wiki links

The wiki has moved and this change updates links in the .pytool
directory to the new page 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 <michael.kubacki@microsoft.com>
This commit is contained in:
Michael Kubacki 2026-02-03 15:07:02 -05:00 committed by mergify[bot]
parent ae73ab7c7d
commit 26caa77a12
2 changed files with 3 additions and 3 deletions

View file

@ -577,7 +577,7 @@ class UncrustifyCheck(ICiBuildPlugin):
logging.warning(
"Visit the following instructions to learn "
"more about uncrustify setup instructions and CI:"
"https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Code-Formatting\n")
"https://www.tianocore.org/tianocore-wiki.github.io/development/coding-standards/edk_ii_code_formatting.html\n")
if self._output_file_diffs:
logging.info("Calculating file diffs. This might take a while...")

View file

@ -4,7 +4,7 @@ This file focuses on information for those working with the `.pytools` directory
directly or interested in lower-level details about how CI works.
If you just want to get started building code, visit
[Build Instructions](https://github.com/tianocore/tianocore.github.io/wiki/Build-Instruction)
[Build Instructions](https://www.tianocore.org/tianocore-wiki.github.io/build-tooling/build-workflows/build_instructions.html)
on the TianoCore wiki.
## Basic Status
@ -87,7 +87,7 @@ per package configuration which comes from this file.
The EDKII Tools environment (and by extension the ci) is designed to support
easily and consistently running locally and in a cloud ci environment. To do
that a few steps should be followed. These steps are detailed on the
[How to Build With Stuart](https://github.com/tianocore/tianocore.github.io/wiki/How-to-Build-With-Stuart)
[How to Build With Stuart](https://www.tianocore.org/tianocore-wiki.github.io/build-tooling/build-workflows/how_to_build_with_stuart.html)
page. Details of EDKII Tools can be found in the
[docs folder here](https://github.com/tianocore/edk2-pytool-extensions/tree/master/docs).