diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 16:19:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 16:19:46 -0400 |
commit | e2d2abaed5c2c5d146f1079c4a8d12fa891a1c63 (patch) | |
tree | 825ff571cc8caa6663cc186384c0b7f7d6eec2a6 /doc | |
parent | b45b9d64280be90e552a187ab2e99a2e77f8346f (diff) |
fix link
Diffstat (limited to 'doc')
-rw-r--r-- | doc/internals.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn index b508c3348..4665d38df 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -16,7 +16,7 @@ Each subdirectory has the [[name_of_a_key|key_format]] in one of the [[key-value_backends|backends]]. The file inside also has the name of the key. This two-level structure is used because it allows the write bit to be removed from the subdirectories as well as from the files. That prevents accidentially -deleting or changing the file contents. See [[permissions]] for details. +deleting or changing the file contents. See [[lockdown]] for details. In [[direct_mode]], file contents are not stored in here, and instead are stored directly in the file. However, the same symlinks are still |