From 02ee00b734d96aa7929012e8ad938d72d1c04d12 Mon Sep 17 00:00:00 2001 From: Thomas Trautner Date: Tue, 7 Jul 2020 10:18:53 +0200 Subject: [PATCH] Remove links to not existing channel pages --- notifier.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notifier.rst b/notifier.rst index 5e0b971827c..cc66c6f854d 100644 --- a/notifier.rst +++ b/notifier.rst @@ -31,10 +31,10 @@ by using transports. The notifier component supports the following channels: -* `SMS `_ sends notifications to phones via SMS messages -* `Chat `_ sends notifications to chat services like Slack +* SMS sends notifications to phones via SMS messages +* Chat sends notifications to chat services like Slack and Telegram; -* `Email `_ integrates the :doc:`Symfony Mailer `; +* Email integrates the :doc:`Symfony Mailer `; * Browser uses :ref:`flash messages `. .. tip::