Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

Commit ae85f84

Browse files
committed
change connection check to valadoc website
1 parent 6036bfa commit ae85f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quickDocs.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public class App : Gtk.Application {
170170
}
171171

172172
private bool check_online () {
173-
var host = "elementary.io";
173+
var host = "valadoc.org";
174174
try {
175175
var resolve = Resolver.get_default ();
176176
resolve.lookup_by_name (host, null);

0 commit comments

Comments
 (0)