Skip to content

Commit 8be8343

Browse files
committed
README: fix link to Fs interface
Fixes #1142 Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
1 parent f399590 commit 8be8343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ HTTP/S backend allows you to write your own custom storage backend by implementi
324324

325325
Adding new storage backends is quite easy:
326326

327-
- implement the [Fs interface](./vfs/vfs.go#L28 "interface for filesystem backends").
327+
- implement the [Fs interface](./internal/vfs/vfs.go#L86 "interface for filesystem backends").
328328
- update the user method `GetFilesystem` to return the new backend
329329
- update the web interface and the REST API CLI
330330
- add the flags for the new storage backed to the `portable` mode

0 commit comments

Comments
 (0)