fix win11 Creator 404 error and site update (#4296)

* Update _index.md

* theme update
This commit is contained in:
Sean (ANGRYxScotsman)
2026-04-02 20:23:20 +01:00
committed by GitHub
parent c1fe9c6b88
commit bc2f6ce8f7
3 changed files with 4 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ New to Winutil? Start here:
2. **[Applications Guide](application/)** - Learn to install, upgrade, and uninstall software 2. **[Applications Guide](application/)** - Learn to install, upgrade, and uninstall software
3. **[Tweaks Guide](tweaks/)** - Optimize your system 3. **[Tweaks Guide](tweaks/)** - Optimize your system
4. **[Features & Fixes](features/)** - Troubleshoot common issues 4. **[Features & Fixes](features/)** - Troubleshoot common issues
5. **[Win11 Creator](win11Creator/)** - Build a custom debloated Windows 11 ISO 5. **[Win11 Creator](win11creator/)** - Build a custom debloated Windows 11 ISO
## Main Features ## Main Features

View File

@@ -2,4 +2,4 @@ module github.com/ChrisTitusTech/WinUtil
go 1.26 go 1.26
require github.com/imfing/hextra v0.12.0 // indirect require github.com/imfing/hextra v0.12.1 // indirect

View File

@@ -4,3 +4,5 @@ github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI=
github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
github.com/imfing/hextra v0.12.0 h1:f6y35hW/WDJEcx9S0dOmbICOBxYE0PmP6IJFsTUgVyY= github.com/imfing/hextra v0.12.0 h1:f6y35hW/WDJEcx9S0dOmbICOBxYE0PmP6IJFsTUgVyY=
github.com/imfing/hextra v0.12.0/go.mod h1:YAv8XRNSmcqjieFwI7fVQK1AoY2Do+45DO9HGqxSGu4= github.com/imfing/hextra v0.12.0/go.mod h1:YAv8XRNSmcqjieFwI7fVQK1AoY2Do+45DO9HGqxSGu4=
github.com/imfing/hextra v0.12.1 h1:3t1n0bmJbDzSTVfht93UDcfF1BXMRjeFojA071ri2l8=
github.com/imfing/hextra v0.12.1/go.mod h1:vi+yhpq8YPp/aghvJlNKVnJKcPJ/VyAEcfC1BSV9ARo=