summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-01 21:38:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-01 21:38:47 -0400
commit1072683a47efe384a85280fa68afa4a8d31cfd7a (patch)
tree4da6fa1d5f833a7a3e6e20b30247e72b2c706ce7
parentd6be2e222f2c8ffa0f6cf5e46a19795846d5ba93 (diff)
link
-rw-r--r--doc/internals.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn
index f69ee6f8b..3f680dd8f 100644
--- a/doc/internals.mdwn
+++ b/doc/internals.mdwn
@@ -8,10 +8,11 @@ This is where locally available file contents are actually stored.
Files added to the annex get a symlink checked into git that points
to the file content.
-Each subdirectory has the name of a key. 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.
+Each subdirectory has the name of a key 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.
## `.git-annex/uuid.log`