]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - docs/frontends/drop-upload.rst
docs: fix some broken .rst links. refs #1542
[tahoe-lafs/tahoe-lafs.git] / docs / frontends / drop-upload.rst
index ed2d4167f2a3aa5c1d0153d5dc9012c47b86470a..02746882d6cd9985fe11be5d0d307f3d1ccc6a56 100644 (file)
@@ -43,14 +43,14 @@ gateway's ``tahoe.cfg`` file.
 ``enabled = (boolean, optional)``
 
     If this is ``True``, drop-upload will be enabled (provided that the
-    ``upload.uri`` and ``local.directory`` fields are also set). The default
-    value is ``False``.
+    ``upload.dircap`` and ``local.directory`` fields are also set). The
+    default value is ``False``.
 
-``upload.uri = (URI)``
+``upload.dircap = (directory writecap)``
 
-    This is the Tahoe URI of an existing mutable directory to be used as
-    the target of uploads. It must be the full URI of the directory
-    (starting with ``URI:DIR2:``), and cannot include an alias or path.
+    This is a writecap pointing to an existing mutable directory to be used
+    as the target of uploads. It will start with ``URI:DIR2:``, and cannot
+    include an alias or path.
 
 ``local.directory = (UTF-8 path)``
 
@@ -136,6 +136,7 @@ printed by ``python -c "import sys; print sys.getfilesystemencoding()"``.
 .. _`#1430`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1430
 .. _`#1431`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1431
 .. _`#1432`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1432
+.. _`#1433`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1433
 .. _`#1449`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1449
 .. _`#1458`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1458
 .. _`#1459`: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1459