From 91c4f69514c2be32276c581838b09bf175b3fc22 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 29 Nov 2022 21:37:57 +0100 Subject: [PATCH] Fix Matrix Alias in the text of the link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f516ae..163011d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Activitypub-Federation A high-level framework for [ActivityPub](https://www.w3.org/TR/activitypub/) federation in Rust, extracted from [Lemmy](https://join-lemmy.org/). The goal is that this library can take care of almost everything related to federation for different projects. For now it is still far away from that goal, and has many rough edges that need to be smoothed. -You can join the Matrix channel [#activitystreams:asonix.dog](https://matrix.to/#/%23activitystreams:matrix.asonix.dog?via=matrix.asonix.dog) to discuss about Activitypub in Rust. +You can join the Matrix channel [#activitystreams:matrix.asonix.dog](https://matrix.to/#/%23activitystreams:matrix.asonix.dog?via=matrix.asonix.dog) to discuss about Activitypub in Rust. ## Features