From 983f64bb70c6a99c1fee56625d91d697e3b329b0 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 7 Oct 2019 15:53:19 -0400
Subject: [PATCH] Use an invalid domain name for documentation

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

diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst
index db7ea10..b403363 100644
--- a/docs/source/configuration.rst
+++ b/docs/source/configuration.rst
@@ -30,7 +30,7 @@ For example::
 
   [storageclient.plugins.privatestorageio-zkapauthz-v1]
   redeemer = ristretto
-  ristretto-issuer-root-url = https://issuer.privatestorage.io/
+  ristretto-issuer-root-url = https://issuer.example.invalid/
 
 Note that ``ristretto-issuer-root-url`` must agree with whichever storage servers the client will be configured to interact with.
 If the values are not the same, the client will decline to use the storage servers.
@@ -47,4 +47,4 @@ To enable the plugin at all, add its name to the list of storage plugins in the
 Then also configure the Ristretto-flavored PrivacyPass issuer the server will announce to clients::
 
   [storageserver.plugins.privatestorageio-zkapauthz-v1]
-  ristretto-issuer-root-url = https://issuer.privatestorage.io/
+  ristretto-issuer-root-url = https://issuer.example.invalid/
-- 
GitLab