diff --git a/docs/content/userguide/_index.md b/docs/content/userguide/_index.md index e5d760a6..a9eb32d3 100644 --- a/docs/content/userguide/_index.md +++ b/docs/content/userguide/_index.md @@ -37,7 +37,7 @@ New to Winutil? Start here: 2. **[Applications Guide](application/)** - Learn to install, upgrade, and uninstall software 3. **[Tweaks Guide](tweaks/)** - Optimize your system 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 diff --git a/docs/go.mod b/docs/go.mod index afe5b6ea..a64f88e1 100644 --- a/docs/go.mod +++ b/docs/go.mod @@ -2,4 +2,4 @@ module github.com/ChrisTitusTech/WinUtil go 1.26 -require github.com/imfing/hextra v0.12.0 // indirect +require github.com/imfing/hextra v0.12.1 // indirect diff --git a/docs/go.sum b/docs/go.sum index b74684f9..2ae2481d 100644 --- a/docs/go.sum +++ b/docs/go.sum @@ -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.12.0 h1:f6y35hW/WDJEcx9S0dOmbICOBxYE0PmP6IJFsTUgVyY= 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=