From 399ba862c9aa926e0a3955f2970ad7438f37770f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Mon, 30 Aug 2021 09:27:33 +0200 Subject: [PATCH] Updated the urls present in ntfs-3g code The urls now point at Github --- libntfs-3g/volume.c | 4 ++-- src/lowntfs-3g.c | 6 +++--- src/ntfs-3g.c | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libntfs-3g/volume.c b/libntfs-3g/volume.c index 2cc827bd..a6d467b3 100644 --- a/libntfs-3g/volume.c +++ b/libntfs-3g/volume.c @@ -77,7 +77,7 @@ #include "security.h" const char *ntfs_home = -"News, support and information: http://tuxera.com\n"; +"News, support and information: https://github.com/tuxera/ntfs-3g/\n"; static const char *invalid_ntfs_msg = "The device '%s' doesn't seem to have a valid NTFS.\n" @@ -121,7 +121,7 @@ static const char *fakeraid_msg = static const char *access_denied_msg = "Please check '%s' and the ntfs-3g binary permissions,\n" "and the mounting user ID. More explanation is provided at\n" -"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; +"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n"; /** * ntfs_volume_alloc - Create an NTFS volume object and initialise it diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c index f28d7e0e..9330500c 100644 --- a/src/lowntfs-3g.c +++ b/src/lowntfs-3g.c @@ -300,13 +300,13 @@ static const char *setuid_msg = "external FUSE library. Either remove the setuid/setgid bit from the binary\n" "or rebuild NTFS-3G with integrated FUSE support and make it setuid root.\n" "Please see more information at\n" -"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; +"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n"; static const char *unpriv_fuseblk_msg = "Unprivileged user can not mount NTFS block devices using the external FUSE\n" "library. Either mount the volume as root, or rebuild NTFS-3G with integrated\n" "FUSE support and make it setuid root. Please see more information at\n" -"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; +"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n"; #endif @@ -4398,7 +4398,7 @@ static const char *fuse26_kmod_msg = " message to disappear then you should upgrade to at least kernel\n" " version 2.6.20, or request help from your distribution to fix\n" " the kernel problem. The below web page has more information:\n" -" http://tuxera.com/community/ntfs-3g-faq/#fuse26\n" +" https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n" "\n"; static void mknod_dev_fuse(const char *dev) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 5c07f23f..d8227e71 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -235,13 +235,13 @@ static const char *setuid_msg = "external FUSE library. Either remove the setuid/setgid bit from the binary\n" "or rebuild NTFS-3G with integrated FUSE support and make it setuid root.\n" "Please see more information at\n" -"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; +"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n"; static const char *unpriv_fuseblk_msg = "Unprivileged user can not mount NTFS block devices using the external FUSE\n" "library. Either mount the volume as root, or rebuild NTFS-3G with integrated\n" "FUSE support and make it setuid root. Please see more information at\n" -"http://tuxera.com/community/ntfs-3g-faq/#unprivileged\n"; +"https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n"; #endif @@ -4106,7 +4106,7 @@ static const char *fuse26_kmod_msg = " message to disappear then you should upgrade to at least kernel\n" " version 2.6.20, or request help from your distribution to fix\n" " the kernel problem. The below web page has more information:\n" -" http://tuxera.com/community/ntfs-3g-faq/#fuse26\n" +" https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ\n" "\n"; static void mknod_dev_fuse(const char *dev)