From 0be2ca51e9059bf22fbeca321657eca019931b10 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 21 Feb 2020 17:43:35 -0800 Subject: [PATCH] Send firewall/AV help to Known app compat issues section --- mist/mist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist/mist.cpp b/mist/mist.cpp index eb172b5..cedcc20 100644 --- a/mist/mist.cpp +++ b/mist/mist.cpp @@ -1132,7 +1132,7 @@ int main(int argc, char* argv[]) if (strstr(wmicBuf, "displayName")) { DisplayMessage("Detected anti-virus and/or firewall software installed on this system. This software may interfere with NVIDIA GameStream.\n\n" "Please try temporarily disabling your anti-virus or firewall software if you experience connection issues with Moonlight.", - "https://github.com/moonlight-stream/moonlight-docs/wiki/Troubleshooting", MpInfo, false); + "https://github.com/moonlight-stream/moonlight-docs/wiki/Troubleshooting#known-application-compatibility-issues", MpInfo, false); } }