summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix Kronlage-Dammers <fkr@hazardous.org>2021-06-28 11:07:25 +0200
committerGitHub <noreply@github.com>2021-06-28 11:07:25 +0200
commit717f73c41136c2cfbb6f4429a6e8358c163200f4 (patch)
treeeb5ca88a6b127d5de37f2c409e5c157a726e47a0
parentCreate an index.html file when generating a docs build (#10242) (diff)
downloadsynapse-717f73c41136c2cfbb6f4429a6e8358c163200f4.tar.xz
Adjust the URL in the README.rst file to point to LiberaChat instead of freenode (#10258)
-rw-r--r--README.rst2
-rw-r--r--changelog.d/10258.doc1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst

index 1244aab10b..6d3cf6c1a5 100644 --- a/README.rst +++ b/README.rst
@@ -25,7 +25,7 @@ The overall architecture is:: ``#matrix:matrix.org`` is the official support room for Matrix, and can be accessed by any client from https://matrix.org/docs/projects/try-matrix-now.html or -via IRC bridge at irc://irc.freenode.net/matrix. +via IRC bridge at irc://irc.libera.chat/matrix. Synapse is currently in rapid development, but as of version 0.5 we believe it is sufficiently stable to be run as an internet-facing service for real usage! diff --git a/changelog.d/10258.doc b/changelog.d/10258.doc new file mode 100644
index 0000000000..1549786c0c --- /dev/null +++ b/changelog.d/10258.doc
@@ -0,0 +1 @@ +Adjust the URL in the README.rst file to point to irc.libera.chat.