From 8dae8cf417005d723cd02c0d902eed21a4c0e753 Mon Sep 17 00:00:00 2001 From: Mike Beaton Date: Sun, 21 Apr 2024 21:06:42 +0100 Subject: [PATCH] DuetBdsLib: Pin links in comment to fixed commit --- Library/DuetBdsLib/BdsPlatform.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/DuetBdsLib/BdsPlatform.c b/Library/DuetBdsLib/BdsPlatform.c index ecc9f11c487..f6a0e0fb63a 100644 --- a/Library/DuetBdsLib/BdsPlatform.c +++ b/Library/DuetBdsLib/BdsPlatform.c @@ -368,8 +368,8 @@ UpdateMemoryMap ( // (see second REF)? (If it's not mapped correctly in the first place // and it's associated with an image handle, it can't be remapped later // using gDS calls.) - // REF: https://github.com/acidanthera/OpenCorePkg/blob/master/Legacy/BootPlatform/DxeIpl/HobGeneration.c#L201 - // REF: https://github.com/acidanthera/audk/blob/master/MdeModulePkg/Core/Dxe/Gcd/Gcd.c#L2577-L2587 + // REF: https://github.com/acidanthera/OpenCorePkg/blob/2462e02d49b8b9f2562ca76850b73477cc573d47/Legacy/BootPlatform/DxeIpl/HobGeneration.c#L201 + // REF: https://github.com/acidanthera/audk/blob/e26eb0f9c18e6672c9516dbfdebf2dd9f750207e/MdeModulePkg/Core/Dxe/Gcd/Gcd.c#L2577-L2587 // DEBUG (( EFI_D_INFO,