From 067a597dbaa63fb0367df945abb07b8c45fbaa9c Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 4 Sep 2020 14:10:08 -0400
Subject: [PATCH] Fix the URIs

---
 docs/source/interface.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/interface.rst b/docs/source/interface.rst
index 5231e72..ad6c2f1 100644
--- a/docs/source/interface.rst
+++ b/docs/source/interface.rst
@@ -137,7 +137,7 @@ The response is **OK** with ``application/json`` content-type response body like
 
 The elements of the list are objects like the one returned by issuing a **GET** to a child of this collection resource.
 
-``GET /storage-plugins/privatestorageio/zkapauthz-v1/unblinded-token``
+``GET /storage-plugins/privatestorageio-zkapauthz-v1/unblinded-token``
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This endpoint allows an external agent to retrieve unused unblinded tokens present in the node's database.
@@ -165,7 +165,7 @@ If it has run,
  * ``when``: associated with an ISO8601 datetime string giving the approximate time the process ran
  * ``count``: associated with a number giving the number of passes which would need to be spent to renew leases on all stored objects seen during the lease maintenance activity
 
-``POST /storage-plugins/privatestorageio/zkapauthz-v1/unblinded-token``
+``POST /storage-plugins/privatestorageio-zkapauthz-v1/unblinded-token``
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 This endpoint allows an external agent to insert new unblinded tokens into the node's database.
-- 
GitLab