From 72cbdca5560c16e6a7717d098e03a38d663a5142 Mon Sep 17 00:00:00 2001 From: "Robyn C. Maehl" Date: Tue, 14 Oct 2025 13:44:36 -0400 Subject: [PATCH] Fix christitustech.github.io 404 links (#3629) * Fix Contributing Link in Pull Request Template * Update 404 to christitustech.github.io --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- functions/microwin/Invoke-MicrowinGetIso.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ef3fa33e..29053711 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - + ## Type of Change - [ ] New feature diff --git a/functions/microwin/Invoke-MicrowinGetIso.ps1 b/functions/microwin/Invoke-MicrowinGetIso.ps1 index 420ddd38..42b14c54 100644 --- a/functions/microwin/Invoke-MicrowinGetIso.ps1 +++ b/functions/microwin/Invoke-MicrowinGetIso.ps1 @@ -200,7 +200,7 @@ function Invoke-MicrowinGetIso { $msg = "Failed to mount the image. Error: $($_.Exception.Message)" Write-Error $msg Write-Error "This is NOT winutil's problem, your ISO might be corrupt, or there is a problem on the system" - Write-Host "Please refer to this wiki for more details: https://christitustech.github.io/winutil/KnownIssues/#troubleshoot-errors-during-microwin-usage" -ForegroundColor Red + Write-Host "Please refer to this wiki for more details: https://winutil.christitus.com/knownissues/" -ForegroundColor Red Set-WinUtilTaskbaritem -state "Error" -value 1 -overlay "warning" Invoke-MicrowinBusyInfo -action "warning" -message $msg return