Skip to content

Commit ac3a2e6

Browse files
committed
Update zulipchat.com links to zulip.com.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
1 parent 1c8be64 commit ac3a2e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Zulip HTML archive
22

33
Generates an HTML archive of a configured set of streams within a
4-
[Zulip](https://zulipchat.com) organization (usually all public
4+
[Zulip](https://zulip.com) organization (usually all public
55
streams).
66

77
Example: [Lean Prover
@@ -32,7 +32,7 @@ GitHub action needs the following credentials for running.
3232

3333
#### Zulip API Key
3434

35-
Zulip API key is used for fetching the messages of public streams from the Zulip organization. We recommend creating a bot and using it's API key instead of using your own API key. See https://zulipchat.com/help/add-a-bot-or-integration for more details.
35+
Zulip API key is used for fetching the messages of public streams from the Zulip organization. We recommend creating a bot and using it's API key instead of using your own API key. See https://zulip.com/help/add-a-bot-or-integration for more details.
3636

3737
#### GitHub Personal Access Token
3838

@@ -141,7 +141,7 @@ Zulip apps:
141141
* You may also decide to shut down a Zulip instance, whether to move
142142
to another communication tool, to deduplicate instances, or because
143143
your organization is shutting down. You can always [export your
144-
Zulip data](https://zulipchat.com/help/export-your-organization),
144+
Zulip data](https://zulip.com/help/export-your-organization),
145145
but the other tool may not be able to import it. In such a case,
146146
you can use this archive tool to keep the old conversations
147147
accessible. (Contrast this to scenarios where your provider locks
@@ -167,7 +167,7 @@ Once `zulip-archive` is more stable and polished, we expect to merge
167167
it into the
168168
[python-zulip-api](https://github.com/zulip/python-zulip-api) project
169169
and moves its documentation to live [with other
170-
integrations](https://zulipchat.com/integrations/) for a more
170+
integrations](https://zulip.com/integrations/) for a more
171171
convenient installation experience. But at the moment, it's
172172
convenient for it to have a dedicated repository for greater
173173
visibility.

instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Creating your Zulip archive takes a few steps to set up.
1212
## Get a Zulip API key
1313

1414
You will need an API key to get data from Zulip. Often you
15-
will do this by [creating a bot](https://zulipchat.com/help/add-a-bot-or-integration),
15+
will do this by [creating a bot](https://zulip.com/help/add-a-bot-or-integration),
1616
but you can also use your main user's API key.
1717

18-
* Download a [zuliprc](https://zulipchat.com/api/configuring-python-bindings)
18+
* Download a [zuliprc](https://zulip.com/api/configuring-python-bindings)
1919
file to `zuliprc` within this project.
2020

2121
## Customize your settings

lib/populate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
In each stream subdirectory, there is a json file for each topic in that stream.
3838
3939
This json file is a list of message objects,
40-
as desribed at https://zulipchat.com/api/get-messages
40+
as desribed at https://zulip.com/api/get-messages
4141
"""
4242

4343
import json

0 commit comments

Comments
 (0)