docs: Update URLs to use https://zulip.com.

We're migrating to using the cleaner zulip.com domain, which involves
changing all of our links from ReadTheDocs and other places to point
to the cleaner URL.
This commit is contained in:
Tim Abbott
2020-06-08 14:04:39 -07:00
committed by Tim Abbott
parent 04671f40ae
commit 71078adc50
74 changed files with 156 additions and 154 deletions

View File

@@ -20,7 +20,7 @@ A view in Zulip is everything that helps implement a server endpoint.
Every path that the Zulip server supports (doesn't show a 404 page
for) is a view. The obvious ones are those you can visit in your
browser, for example
[/integrations](https://zulipchat.com/integrations/), which shows the
[/integrations](https://zulip.com/integrations/), which shows the
integration documentation. These paths show up in the address bar of
the browser. There are other views that are only seen by software,
namely the API views. They are used to build the various clients that