get the cross-reference right

This commit is contained in:
Jean-Paul Calderone 2021-09-03 09:17:34 -04:00
parent 3ba379ce7e
commit 8fe9532faf
2 changed files with 3 additions and 1 deletions

View File

@ -383,7 +383,7 @@ then a new lease will be created with this ``renew-secret`` which expires 31 day
The renew and cancel secrets must be 32 bytes long
(or in the case of JSON encoding they must UTF-8 encode to 32 bytes).
The server treats them as opaque values.
See `leases`_ for details about how the Tahoe-LAFS storage client constructs these values.
:ref:`Share Leases` gives details about how the Tahoe-LAFS storage client constructs these values.
In these cases the response is ``NO CONTENT`` with an empty body.

View File

@ -1,5 +1,7 @@
.. -*- coding: utf-8 -*-
.. _share leases:
Share Leases
============