aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2017-11-27 13:41:05 +0200
committerGitHub <noreply@github.com>2017-11-27 13:41:05 +0200
commit63dcb33c75fee96abeae1e0844b9d4fc26338d21 (patch)
tree1fcfb438717eaeb9dbbda394a74341de4fdceaf1
parent28de0c0a89baf4838c306c4c7130db95ef94fafe (diff)
downloadbindfs-63dcb33c75fee96abeae1e0844b9d4fc26338d21.tar.gz
Readme: updated URLs
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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