diff --git a/docs/proposed/http-storage-node-protocol.rst b/docs/proposed/http-storage-node-protocol.rst index 09c193c65..47f94db49 100644 --- a/docs/proposed/http-storage-node-protocol.rst +++ b/docs/proposed/http-storage-node-protocol.rst @@ -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. diff --git a/docs/specifications/lease.rst b/docs/specifications/lease.rst index a8bee427e..54ee5cd28 100644 --- a/docs/specifications/lease.rst +++ b/docs/specifications/lease.rst @@ -1,5 +1,7 @@ .. -*- coding: utf-8 -*- +.. _share leases: + Share Leases ============