Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-working links for texconv error fix #81

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/user_documentation/Troubleshooting FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ This covers the know download issues and solutions.
> This error means that you are missing one (or more) pre-requirements for wabbajack.
>
> Please download and make sure you have installed `Microsoft Windows Desktop Runtime .NET 8` from the following url;
> https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.4-windows-x64-installer
> <https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-8.0.4-windows-x64-installer>
> And `Microsoft Visual C++ 2019 Runtime` from the following url;
> https://aka.ms/vs/16/release/vc_redist.x64.exe
> <https://aka.ms/vs/16/release/vc_redist.x64.exe>
>
> Then reboot your PC, and try installing the modlist again.

Expand Down
Loading