Project URL update.
[captive.git] / src / libcaptive / client / vfs.c
index 3a49803..f29d37c 100644 (file)
@@ -101,7 +101,7 @@ int fd;
                /* Shameless advertisement: */
                for (fd=2 /* STDERR */;fd>=1 /* STDOUT */;fd--) {
                        if (isatty(fd)) {
-const gchar *msg="Captive NTFS v" VERSION ". Updates: http://www.jankratochvil.net/project/captive/\n";
+const gchar *msg="Captive NTFS v" VERSION ".  Check new version: http://www.jankratochvil.net/\n";
 
                                write(fd,msg,strlen(msg));
                                break;