diff --git a/AM2RLauncher/AM2RLauncherLib/HelperMethods.cs b/AM2RLauncher/AM2RLauncherLib/HelperMethods.cs index 8022e04..8072113 100644 --- a/AM2RLauncher/AM2RLauncherLib/HelperMethods.cs +++ b/AM2RLauncher/AM2RLauncherLib/HelperMethods.cs @@ -155,7 +155,7 @@ public static class HelperMethods public static bool IsConnectedToInternet() { log.Info("Checking internet connection..."); - HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://github.com"); + HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://github.com/site-map"); try { request.GetResponse();