Skip to content

Commit 71a7768

Browse files
authored
refer to zulip chat as developer chat (#2893)
1 parent ee60792 commit 71a7768

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contact_links:
55
about: A new major feature should be discussed in the Zarr specifications repository.
66
- name: Discuss something on ZulipChat
77
url: https://ossci.zulipchat.com/
8-
about: For questions like "How do I do X with Zarr?", you can move to our ZulipChat.
8+
about: For questions like "How do I do X with Zarr?", consider posting your question to our developer chat.
99
- name: Discuss something on GitHub Discussions
1010
url: https://github.com/zarr-developers/zarr-python/discussions
1111
about: For questions like "How do I do X with Zarr?", you can move to GitHub Discussions.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</td>
7171
</tr>
7272
<tr>
73-
<td>Zulip</td>
73+
<td>Developer Chat</td>
7474
<td>
7575
<a href="https://ossci.zulipchat.com/">
7676
<img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" />

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Zarr-Python
2020
**Useful links**:
2121
`Source Repository <https://github.com/zarr-developers/zarr-python>`_ |
2222
`Issue Tracker <https://github.com/zarr-developers/zarr-python/issues>`_ |
23-
`Zulip Chat <https://ossci.zulipchat.com/>`_ |
23+
`Developer Chat <https://ossci.zulipchat.com/>`_ |
2424
`Zarr specifications <https://zarr-specs.readthedocs.io>`_
2525

2626
Zarr-Python is a Python library for reading and writing Zarr groups and arrays. Highlights include:

0 commit comments

Comments
 (0)