From 6fe7f1d2528782f3c9a71b4dbcb23a7f32b5082c Mon Sep 17 00:00:00 2001 From: Eshan Roy <148610067+eshanized@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:32:19 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(url):=20change=20to=20google?= =?UTF-8?q?.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qt/snigdhaosassistant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/snigdhaosassistant.cpp b/qt/snigdhaosassistant.cpp index eacaf61..f19df47 100644 --- a/qt/snigdhaosassistant.cpp +++ b/qt/snigdhaosassistant.cpp @@ -19,7 +19,7 @@ /* * a constant variable INTERNET_CHECK_URL which stores the URL to check for internet connectivity. */ -const char* INTERNET_CHECK_URL = "https://snigdhaos.org"; +const char* INTERNET_CHECK_URL = "https://google.com/"; /* * constructor for the SnigdhaOSAssistant class.