Skip to content

Commit 163a20b

Browse files
committed
Use newer Gitter link
1 parent 1b5ad07 commit 163a20b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pulls:
4545
closeComment: >
4646
Please ping one of the maintainers once you commit the changes requested
4747
or make improvements on the code. If this is not the case and you need
48-
some help, feel free to ask for help in our [Gitter](https://gitter.im/TheAlgorithms)
48+
some help, feel free to ask for help in our [Gitter](https://matrix.to/#/#TheAlgorithms_community:gitter.im)
4949
channel. Thank you for your contributions!
5050
issues:
5151
# Comment to post when marking as stale. Set to `false` to disable
@@ -57,4 +57,4 @@ issues:
5757
closeComment: >
5858
Please ping one of the maintainers once you add more information and updates here.
5959
If this is not the case and you need some help, feel free to ask for help
60-
in our [Gitter](https://gitter.im/TheAlgorithms) channel. Thank you for your contributions!
60+
in our [Gitter](https://matrix.to/#/#TheAlgorithms_community:gitter.im) channel. Thank you for your contributions!

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<img src="https://hosted.weblate.org/widgets/TheAlgorithms/-/svg-badge.svg" height="20">
2626
</a>
2727

28-
<a href="https://gitter.im/TheAlgorithms">
28+
<a href="https://matrix.to/#/#TheAlgorithms_community:gitter.im">
2929
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter" height="20">
3030
</a>
3131
</p>

components/footer/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function Footer() {
3939
</div>
4040
<div className={classes.list}>
4141
<Link href="https://github.com/TheAlgorithms/">GitHub</Link>
42-
<Link href="https://gitter.im/TheAlgorithms/">Gitter</Link>
42+
<Link href="https://matrix.to/#/#TheAlgorithms_community:gitter.im">Gitter</Link>
4343
<Link href="https://twitter.com/The_Algorithms">Twitter</Link>
4444
<Link href="https://github.com/TheAlgorithms/website">
4545
{t("sourceCodeFooter")}

pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export default function Home({
284284
<Tooltip title={t("socialGitter")}>
285285
<Card>
286286
<IconButton
287-
href="https://gitter.im/TheAlgorithms/"
287+
href="https://matrix.to/#/#TheAlgorithms_community:gitter.im"
288288
target="_blank"
289289
rel="noreferrer"
290290
aria-label={t("socialGitter")}

0 commit comments

Comments
 (0)