about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2023-07-24 13:49:35 -0400
committerAntoni Boucher <bouanto@zoho.com>2023-07-24 13:50:04 -0400
commit14964ed2f6c8f19a444afe886d0c2ac68a831e45 (patch)
tree10e7076e790540d087afd8d881e92acf4397ae58
parent36b059438d49ace9e8d38bf58b9037902d219c5c (diff)
downloadrust-14964ed2f6c8f19a444afe886d0c2ac68a831e45.tar.gz
rust-14964ed2f6c8f19a444afe886d0c2ac68a831e45.zip
Update the IRC link to the link of the Matrix channel
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index b9a78b0277b..fbe1a407733 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,6 +1,6 @@
 # WIP libgccjit codegen backend for rust
 
-[![Chat on IRC](https://img.shields.io/badge/irc.libera.chat-%23rustc__codegen__gcc-blue.svg)](https://web.libera.chat/#rustc_codegen_gcc)
+[![Chat on IRC](https://img.shields.io/badge/matrix.org-%23rustc__codegen__gcc-blue.svg)](https://matrix.to/#/#rustc_codegen_gcc:matrix.org)
 
 This is a GCC codegen for rustc, which means it can be loaded by the existing rustc frontend, but benefits from GCC: more architectures are supported and GCC's optimizations are used.