From 0e122128387b19b7f419e96a7419a5ca73bc9cc5 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 10 Mar 2020 19:34:32 +0200 Subject: [PATCH] doc: Home --- doc/Home.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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.