From bafbd3689b79091e0d2d2751751d289f33997a87 Mon Sep 17 00:00:00 2001 From: Daria Phoebe Brashear Date: Mon, 26 Jun 2017 16:05:27 -0400 Subject: [PATCH] zephyr_mirror.py: update zulip server url for zephyr documentation zulipchat.com hosts the documentation (as well as the server); make the url reflect it --- integrations/zephyr/zephyr_mirror.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/zephyr/zephyr_mirror.py b/integrations/zephyr/zephyr_mirror.py index 985f3c0..9c36d95 100755 --- a/integrations/zephyr/zephyr_mirror.py +++ b/integrations/zephyr/zephyr_mirror.py @@ -86,7 +86,7 @@ while backoff.keep_going(): error_message = """ ERROR: The Zephyr mirroring bot is unable to continue mirroring Zephyrs. This is often caused by failing to maintain unexpired Kerberos tickets -or AFS tokens. See https://zulip.com/zephyr for documentation on how to +or AFS tokens. See https://zulipchat.com/zephyr for documentation on how to maintain unexpired Kerberos tickets and AFS tokens. """ print(error_message)