Skip to content

Commit a3a2ee3

Browse files
authored
Merge pull request #3637 from manics/zulip
Replace gitter with zulip
2 parents cbfaabd + ff37826 commit a3a2ee3

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<br/>
1010
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues)
1111
[![Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/c/jupyterhub/z2jh-k8s)
12-
[![Gitter](https://img.shields.io/badge/social_chat-gitter-blue?logo=gitter)](https://gitter.im/jupyterhub/jupyterhub)
12+
[![Zulip](https://img.shields.io/badge/zulip-join_chat-blue.svg)](https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub)
1313
[![Contribute](https://img.shields.io/badge/I_want_to_contribute!-grey?logo=jupyter)](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/blob/HEAD/CONTRIBUTING.md)
1414

1515
This repo contains a _Helm chart_ for JupyterHub and a guide to use it. Together

docs/source/administrator/upgrading/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ then follow [](helm-upgrade-command).
1111
Major releases may contain breaking changes, and will often require changes to your configuration.
1212
They have dedicated instructions for upgrading your deployment in addition to the general instructions on this page.
1313

14-
For additional help, feel free to reach out to us on [gitter](https://gitter.im/jupyterhub/jupyterhub)
14+
For additional help, feel free to reach out to us on [Zulip](https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub)
1515
or the [Discourse forum](https://discourse.jupyter.org/).
1616

1717
(upgrading-major-upgrades)=

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ def parse_schema(d, md=[], depth=0, pre=""):
235235
linkcheck_anchors_ignore = [
236236
"/#!",
237237
"/#%21",
238+
# https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub
239+
"^narrow/channel/469744-jupyterhub$",
238240
]
239241

240242

docs/source/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This project is under active development so information and tools may
1616
change. *You can be a part of this change!* If you see anything that is
1717
incorrect or have any questions, feel free to post on the community
1818
[Discourse forum](https://discourse.jupyter.org/) or reach out in the
19-
[Gitter chat](https://gitter.im/jupyterhub/jupyterhub) or create an
20-
issue at the [issues
19+
[Zulip chat](https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub)
20+
or create an issue at the [issues
2121
page](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues). If
2222
you have tips or deployments that you would like to share, see the
2323
[Community Resources section](community-resources).

jupyterhub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Documentation](https://img.shields.io/badge/Documentation-z2jh.jupyter.org-blue?logo=read-the-docs&logoColor=white)](https://z2jh.jupyter.org)
44
[![GitHub](https://img.shields.io/badge/Source_code-github-blue?logo=github&logoColor=white)](https://github.com/jupyterhub/zero-to-jupyterhub-k8s)
55
[![Discourse](https://img.shields.io/badge/Help_forum-discourse-blue?logo=discourse&logoColor=white)](https://discourse.jupyter.org/c/jupyterhub/z2jh-k8s)
6-
[![Gitter](https://img.shields.io/badge/Social_chat-gitter-blue?logo=gitter&logoColor=white)](https://gitter.im/jupyterhub/jupyterhub)
6+
[![Zulip](https://img.shields.io/badge/zulip-join_chat-blue.svg)](https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub)
77
<br>
88
[![Latest stable release of the Helm chart](https://img.shields.io/badge/dynamic/json.svg?label=Latest%20stable%20release&url=https://hub.jupyter.org/helm-chart/info.json&query=$.jupyterhub.stable&logo=helm&logoColor=white)](https://jupyterhub.github.io/helm-chart#jupyterhub)
99
[![Latest pre-release of the Helm chart](https://img.shields.io/badge/dynamic/json.svg?label=Latest%20pre-release&url=https://hub.jupyter.org/helm-chart/info.json&query=$.jupyterhub.pre&logo=helm&logoColor=white)](https://jupyterhub.github.io/helm-chart#development-releases-jupyterhub)

jupyterhub/templates/NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- Documentation: https://z2jh.jupyter.org
2424
- Help forum: https://discourse.jupyter.org
25-
- Social chat: https://gitter.im/jupyterhub/jupyterhub
25+
- Social chat: https://jupyter.zulipchat.com/#narrow/channel/469744-jupyterhub
2626
- Issue tracking: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues
2727

2828
### Post-installation checklist

0 commit comments

Comments
 (0)