]> wimlib.net Git - wimlib/blobdiff - src/mount_image.c
Update hyperlinks
[wimlib] / src / mount_image.c
index c7898d3df0358fd53158554d584a452b1808ccd3..dc981988b36b1550e9657fa097fbc6acf48e2ace 100644 (file)
@@ -2,7 +2,7 @@
  * mount_image.c
  *
  * This file implements mounting of WIM images using FUSE
- * (Filesystem in Userspace).  See http://fuse.sourceforge.net/.
+ * (Filesystem in Userspace).  See https://github.com/libfuse/libfuse
  *
  * Currently it is only expected to work on Linux.
  */
@@ -21,7 +21,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H