diff --git a/doc/Home.md b/doc/Home.md index 01970e99..3178e0b5 100644 --- a/doc/Home.md +++ b/doc/Home.md @@ -9,7 +9,7 @@ The documentation available here discusses various aspects of WinFsp. ## Programming - The [[Tutorial|WinFsp-Tutorial]] describes how to create a simple, but complete file system in C/C++. -- The [[API Reference|WinFsp-API-winfsp.h]] describes the native WinFsp API. This external [[link|http://www.secfs.net/winfsp/apiref/]] may be easier to browse for some people. +- The [[API Reference|WinFsp-API-winfsp.h]] describes the native WinFsp API. - There is also a FUSE compatibility layer for native Windows and Cygwin. See fuse.h in the source repository. - This [[document|Native-API-vs-FUSE]] discusses the need for both a native API and FUSE and gives some pointers on which one to choose. - Since release 2019.3 WinFsp supports development of file systems in kernel mode. This [[document|WinFsp-Kernel-Mode-File-Systems]] discusses how to write such file systems. @@ -30,5 +30,3 @@ The documentation available here discusses various aspects of WinFsp. ## Compatibility - The [[Compatibility|NTFS-Compatibility]] document discusses current WinFsp compatibility with NTFS. - -WinFsp is available under the GPLv3 license with a special exception for Free/Libre and Open Source Software.