summaryrefslogtreecommitdiff
path: root/docs/reference/client-database.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/client-database.rst')
-rw-r--r--docs/reference/client-database.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/client-database.rst b/docs/reference/client-database.rst
index ac59c1bd..85827817 100644
--- a/docs/reference/client-database.rst
+++ b/docs/reference/client-database.rst
@@ -7,7 +7,7 @@ These are some important information about Soledad's client-side databases:
- Soledad Client uses `SQLCipher <https://www.zetetic.net/sqlcipher/>`_ for
storing data.
-- :ref:`Documents <document-encryption>` and :ref:`blobs <blobs>` are stored in
+- :ref:`Documents <client-encryption>` and :ref:`blobs <blobs>` are stored in
different databases protected with the same symmetric key.
- The symmetric key used to unlock databases is chosen randomly and is stored
encrypted by the user's passphrase (see :ref:`storage-secrets` for more details).