Skip to content

Commit

Permalink
🐞 fix(url): change to google.com
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Jul 5, 2024
1 parent c19e9d1 commit 6fe7f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/snigdhaosassistant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6fe7f1d

Please sign in to comment.