Fix christitustech.github.io 404 links (#3629)

* Fix Contributing Link in Pull Request Template

* Update 404 to christitustech.github.io
This commit is contained in:
Robyn C. Maehl
2025-10-14 13:44:36 -04:00
committed by GitHub
parent d5127b14a3
commit 72cbdca556
2 changed files with 2 additions and 2 deletions

View File

@@ -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