Skip to content

Commit 7615636

Browse files
authored
docs: fix WinFsp link in mount documentation
1 parent cc9abca commit 7615636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/mountlib/mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ at all, then 1 PiB is set as both the total and the free size.
6666
### Installing on Windows
6767

6868
To run `rclone @ on Windows`, you will need to
69-
download and install [WinFsp](http://www.secfs.net/winfsp/).
69+
download and install [WinFsp](https://winfsp.dev).
7070

7171
[WinFsp](https://github.com/winfsp/winfsp) is an open-source
7272
Windows File System Proxy which makes it easy to write user space file

librclone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ omit symbol table and debug information, reducing size by about 25% on Linux and
4444

4545
Note that on macOS and Windows the mount functions will not be available unless
4646
you add additional argument `-tags cmount`. On Windows this also requires you to
47-
first install the third party utility [WinFsp](http://www.secfs.net/winfsp/),
47+
first install the third party utility [WinFsp](https://winfsp.dev),
4848
with the "Developer" feature selected, and to set environment variable CPATH
4949
pointing to the fuse include directory within the WinFsp installation
5050
(typically `C:\Program Files (x86)\WinFsp\inc\fuse`). See also the

0 commit comments

Comments
 (0)