From 63dcb33c75fee96abeae1e0844b9d4fc26338d21 Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 27 Nov 2017 13:41:05 +0200 Subject: Readme: updated URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1d1030d..e0acc65 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Overview ## -bindfs - http://bindfs.org/ +bindfs - https://bindfs.org/ bindfs is a FUSE filesystem for mirroring a directory to another directory, similarly to `mount --bind`. The permissions of the mirrored @@ -20,7 +20,7 @@ use-cases need `user_allow_other` to be defined in `/etc/fuse.conf`. ## Installation ## -Make sure FUSE 2.6.0 or above is installed (http://fuse.sf.net/). +Make sure FUSE 2.6.0 or above is installed (https://github.com/libfuse/libfuse). Then compile and install as usual: ./configure -- cgit v1.2.3