docs: Update most remaining references to zulipchat.com.

In some cases, the cleanest tweak is to replace references to the
domain with Zulip Cloud, the product.
This commit is contained in:
Tim Abbott
2020-06-08 15:58:42 -07:00
committed by Tim Abbott
parent 95be7dcbab
commit 7b8ba5ebd9
29 changed files with 48 additions and 49 deletions

View File

@@ -63,7 +63,7 @@ class BaseDocumentationSpider(scrapy.Spider):
self.log(response)
def _is_external_link(self, url: str) -> bool:
if "zulip.readthedocs" in url or "zulipchat.com" in url or "zulip.org" in url:
if "zulip.readthedocs" in url or "zulip.com" in url or "zulip.org" in url:
# We want CI to check any links to Zulip sites.
return False
if (len(url) > 4 and url[:4] == "file") or ("localhost" in url):