Skip to content

Commit efb5de0

Browse files
authored
docs: replace lingering Gitter links
PR-URL: #9255 Ref: #8923 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent a0191a5 commit efb5de0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

etc/typedoc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Thank you for being a part of our community! Your support is invaluable to us!
7272
- [**Google Calendar**][stdlib-public-calendar]: calendar of public events, including [open office hours][stdlib-office-hours].
7373
- [**Open Collective**][open-collective-stdlib]: financially support the project.
7474
- [**Bluesky**][stdlib-bluesky]: follow us on social media.
75-
- [**Gitter**][stdlib-gitter]: chat with project maintainers and other community members.
75+
- [**Zulip**][stdlib-zulip]: chat with project maintainers and other community members.
7676

7777
## Features
7878

@@ -592,7 +592,7 @@ Copyright © 2016-2025. The Stdlib [Authors][stdlib-authors].
592592

593593
[stdlib-bluesky]: https://bsky.app/profile/stdlib.io
594594

595-
[stdlib-gitter]: https://gitter.im/stdlib-js/stdlib
595+
[stdlib-zulip]: https://stdlib.zulipchat.com
596596

597597
[@stdlib/math/base/special]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special
598598

etc/typedoc/theme/partials/footer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
/
6666
<a href="/docs/api/">Docs</a>
6767
/
68-
<a href="https://gitter.im/stdlib-js/stdlib">Chat</a>
68+
<a href="https://stdlib.zulipchat.com">Chat</a>
6969
/
7070
<a href="https://x.com/stdlibjs">X</a>
7171
/

lib/node_modules/@stdlib/_tools/scripts/publish_packages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,8 +519,8 @@ function mainRepoSection( customLicense, branch, hasBundles, hasCLI ) {
519519
'',
520520
'-->',
521521
'',
522-
'[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg',
523-
'[chat-url]: https://app.gitter.im/#/room/#stdlib-js_stdlib:gitter.im',
522+
'[chat-image]: https://img.shields.io/badge/zulip-join_chat-brightgreen.svg',
523+
'[chat-url]: https://stdlib.zulipchat.com',
524524
'',
525525
'[stdlib]: https://github.com/stdlib-js/stdlib',
526526
'',

0 commit comments

Comments
 (0)