aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-12-20 18:25:10 +0100
committerJakob Unterwurzacher2015-12-20 18:25:10 +0100
commit5d25c6e7e9217e33b1c54f0f5bc74c6fe3e44119 (patch)
tree46626588be222f686faf0b176fc45bce71b8c111 /README.md
parent57b32a0b8b11757776dcfe57d594b2b5829f10f2 (diff)
Link to official website; move security document
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae3d6e6..6ab640d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
![gocryptfs](Documentation/logo.svg.png) [![Build Status](https://travis-ci.org/rfjakob/gocryptfs.svg?branch=master)](https://travis-ci.org/rfjakob/gocryptfs) ![Release Status](https://img.shields.io/badge/status-beta-yellow.svg?style=flat)
==============
An encrypted overlay filesystem written in Go.
+Official website: https://nuetzlich.net/gocryptfs
gocryptfs is built on top the excellent
[go-fuse](https://github.com/hanwen/go-fuse) FUSE library and its
@@ -9,7 +10,7 @@ LoopbackFileSystem API.
This project was inspired by EncFS and strives to fix its security
issues while providing good performance.
For details on the security of gocryptfs see the
-[SECURITY.md](Documentation/SECURITY.md) design document.
+[Security](https://nuetzlich.net/gocryptfs/security/) design document.
Current Status
--------------