From c393e03c478bc6977c767766da37e05ef4fd9b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anselm=20Herkstr=C3=B6ter?= <127746615+aherkst@users.noreply.github.com> Date: Mon, 10 Jul 2023 08:41:14 +0200 Subject: [PATCH] FIX two links in README.md Two links were not using correct markdown and it bothered me. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68cf4f96ec..be6badb7cb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ JItsi COnference FOcus is a signaling server, one of the backend components in the [Jitsi Meet] stack. -[Jitsi Meet]: https://github.com/jitsi/jitsi-meet +[Jitsi Meet](https://github.com/jitsi/jitsi-meet) ## Overview @@ -14,7 +14,7 @@ Jicofo joins the conference MUC and is then responsible for initiating a [Jingle](https://xmpp.org/extensions/xep-0166.html) session with each participant (in this sense it is the "focus" of the conference, which is where its name comes from). While Jicofo manages and terminates Jingle sessions, it does not process any of the media (audio/video). Instead, it uses one or more -[Jitsi Videobridge](github.com/jitsi/jitsi-videobridge/) instances. +[Jitsi Videobridge](https://github.com/jitsi/jitsi-videobridge/) instances. Jicofo is responsible for selecting a Jitsi Videobridge for each participant, and manages the set of videobridges for the conference with the COLIBRI protocol (colibri version 2 is now used, the format in XEP-0340 is now deprecated).