Skip to content

Commit 5f81eb3

Browse files
andersktimabbott
authored andcommitted
Update zulipchat.com links to zulip.com.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent ad8a9dd commit 5f81eb3

File tree

27 files changed

+29
-29
lines changed

27 files changed

+29
-29
lines changed

zulip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#### Dependencies
22

3-
The [Zulip API](https://zulipchat.com/api) Python bindings require the
3+
The [Zulip API](https://zulip.com/api) Python bindings require the
44
following dependencies:
55

66
* **Python (version >= 3.5)**

zulip/integrations/hg/zulip_changegroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Zulip hook for Mercurial changeset pushes.
44
#
55
# This hook is called when changesets are pushed to the master repository (ie
6-
# `hg push`). See https://zulipchat.com/integrations for installation instructions.
6+
# `hg push`). See https://zulip.com/integrations for installation instructions.
77

88
import zulip
99
import sys

zulip/integrations/rss/rss-bot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To use this script:
3131
1. Create an RSS feed file containing 1 feed URL per line (default feed
3232
file location: ~/.cache/zulip-rss/rss-feeds)
3333
2. Subscribe to the stream that will receive RSS updates (default stream: rss)
34-
3. create a ~/.zuliprc as described on https://zulipchat.com/api/configuring-python-bindings
34+
3. create a ~/.zuliprc as described on https://zulip.com/api/configuring-python-bindings
3535
4. Test the script by running it manually, like this:
3636
3737
/usr/local/share/zulip/integrations/rss/rss-bot

zulip/integrations/trello/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Usage :
2020
--zulip-webhook-url <zulip_webhook_url>
2121

2222
For more information, please see Zulip's documentation on how to set up
23-
a Trello integration [here](https://zulipchat.com/integrations/doc/trello).
23+
a Trello integration [here](https://zulip.com/integrations/doc/trello).

zulip/integrations/trello/zulip_trello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def main():
116116
117117
Note: The Trello webhook instructions available on your Zulip server
118118
may be outdated. Please make sure you follow the updated instructions
119-
at <https://zulipchat.com/integrations/doc/trello>.
119+
at <https://zulip.com/integrations/doc/trello>.
120120
"""
121121

122122
parser = argparse.ArgumentParser(description=description)

zulip/integrations/zephyr/zephyr_mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run_job(shard: str) -> int:
5858
error_message = """
5959
ERROR: The Zephyr mirroring bot is unable to continue mirroring Zephyrs.
6060
This is often caused by failing to maintain unexpired Kerberos tickets
61-
or AFS tokens. See https://zulipchat.com/zephyr for documentation on how to
61+
or AFS tokens. See https://zulip.com/zephyr for documentation on how to
6262
maintain unexpired Kerberos tickets and AFS tokens.
6363
"""
6464
print(error_message)

zulip/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def recur_expand(target_root: Any, dir: Any) -> Generator[Tuple[str, List[str]],
4949
url='https://www.zulip.org/',
5050
project_urls={
5151
"Source": "https://github.com/zulip/python-zulip-api/",
52-
"Documentation": "https://zulipchat.com/api",
52+
"Documentation": "https://zulip.com/api",
5353
},
5454
data_files=list(recur_expand('share/zulip', 'integrations')),
5555
include_package_data=True,

zulip_bots/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
url='https://www.zulip.org/',
4848
project_urls={
4949
"Source": "https://github.com/zulip/python-zulip-api/",
50-
"Documentation": "https://zulipchat.com/api",
50+
"Documentation": "https://zulip.com/api",
5151
},
5252
entry_points={
5353
'console_scripts': [

zulip_bots/zulip_bots/bots/beeminder/doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Under **APPS & API** section you will find your **auth token**.
2727

2828
3. **Goalname**
2929
- The name of your Beeminder goal for which you want to
30-
add datapoints from [Zulip](https://zulipchat.com/)
30+
add datapoints from [Zulip](https://zulip.com/)
3131

3232
Once you have above information, you should supply
3333
them in `beeminder.conf` file.
3434

3535
Run this bot as described in
36-
[here](https://zulipchat.com/api/running-bots#running-a-bot).
36+
[here](https://zulip.com/api/running-bots#running-a-bot).
3737

3838
## Usage
3939

zulip_bots/zulip_bots/bots/converter/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This bot allows users to perform conversions for various measurement units.
44

55
## Usage
66

7-
Run this bot as described in [here](https://zulipchat.com/api/running-bots#running-a-bot).
7+
Run this bot as described in [here](https://zulip.com/api/running-bots#running-a-bot).
88

99
Use this bot with the following command
1010

0 commit comments

Comments
 (0)