From 8be8343fee174efbc4f64f406ef3fc6079ace59b Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 15 Jan 2023 15:11:22 +0100 Subject: [PATCH] README: fix link to Fs interface Fixes #1142 Signed-off-by: Nicola Murino --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd92a4c..65754e16 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ HTTP/S backend allows you to write your own custom storage backend by implementi Adding new storage backends is quite easy: -- implement the [Fs interface](./vfs/vfs.go#L28 "interface for filesystem backends"). +- implement the [Fs interface](./internal/vfs/vfs.go#L86 "interface for filesystem backends"). - update the user method `GetFilesystem` to return the new backend - update the web interface and the REST API CLI - add the flags for the new storage backed to the `portable` mode