aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-05-07 20:58:42 +0200
committerJakob Unterwurzacher2021-05-07 20:58:42 +0200
commit7466f12a922a226acc65d9d3e1e9ae2810957301 (patch)
treeed01af5608a707060b3b95dcc5d16e1ee1a1aa82 /README.md
parentc57fd9adc9d3eba9483d3dde6bf256dd1229effc (diff)
README: fix broken markdown links
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 70c36d9..dc6d7a8 100644
--- a/README.md
+++ b/README.md
@@ -205,9 +205,9 @@ v2.0-beta3, 2021-04-24
the back of gocryptfs. Helps both with `-sharedstorage` and also without.
([commit 1](https://github.com/hanwen/go-fuse/commit/c3186132bf8b7a04b5e5bc27489d88181f92e4e0),
[commit 2](https://github.com/hanwen/go-fuse/commit/a90e1f463c3f172a7690a6449fe5955a180dfec3),
- (#549)[https://github.com/rfjakob/gocryptfs/issues/549])
+ [#549](https://github.com/rfjakob/gocryptfs/issues/549))
* Add directory fd caching for 2x - 3x speed boost in small file ops compared to v2.0-beta2
- ([performance numbers]https://github.com/rfjakob/gocryptfs/blob/5cb1e55714aa92a848c0fb5fc3fa7b91625210fe/Documentation/performance.txt#L73))
+ ([performance numbers](https://github.com/rfjakob/gocryptfs/blob/5cb1e55714aa92a848c0fb5fc3fa7b91625210fe/Documentation/performance.txt#L73))
v2.0-beta2, 2020-11-14
* Improve [performance](Documentation/performance.txt#L69)