From 13da21c684ad423d525eaa4488fd79b48c6db49b Mon Sep 17 00:00:00 2001 From: Benedict Reuschling <benedict.reuschling@h-da.de> Date: Mon, 8 Mar 2021 10:24:14 +0000 Subject: [PATCH] Minor additions and reorganizations to improve readability. --- content/rooms/_index.en.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/rooms/_index.en.md b/content/rooms/_index.en.md index 47dec2c..c2631f9 100644 --- a/content/rooms/_index.en.md +++ b/content/rooms/_index.en.md @@ -7,9 +7,9 @@ weight: 35 --- # Rooms -Conversations are organized in matrix in rooms. 1:1 conversations are also rooms, but for now with only two people. In this -Category is about +Conversations in Matrix are organized in rooms. 1:1 conversations are also rooms, but with only two people for now. This +Category is about how to 1. [create rooms]({{< relref "rooms/create" >}}) 2. [find rooms]({{< relref "rooms/find" >}}) 3. [delete rooms]({{< relref "rooms/delete" >}}) -4. [share rooms]({{< relref "rooms/sharing" >}}) \ No newline at end of file +4. [share rooms]({{< relref "rooms/sharing" >}}) -- GitLab