docs: fix WinFsp link in mount documentation

This commit is contained in:
Duncan Smart
2026-01-29 10:27:24 +00:00
committed by GitHub
parent cc9abcad06
commit 7615636093
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ omit symbol table and debug information, reducing size by about 25% on Linux and
Note that on macOS and Windows the mount functions will not be available unless
you add additional argument `-tags cmount`. On Windows this also requires you to
first install the third party utility [WinFsp](http://www.secfs.net/winfsp/),
first install the third party utility [WinFsp](https://winfsp.dev),
with the "Developer" feature selected, and to set environment variable CPATH
pointing to the fuse include directory within the WinFsp installation
(typically `C:\Program Files (x86)\WinFsp\inc\fuse`). See also the