Skip to content

Commit 036d282

Browse files
committed
Merge branch '5.1'
* 5.1: Added some links Remove links to not existing channel pages
2 parents 9dc447a + 64925f5 commit 036d282

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

notifier.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,19 @@ by using transports.
3131

3232
The notifier component supports the following channels:
3333

34-
* `SMS <SMS Channel>`_ sends notifications to phones via SMS messages
35-
* `Chat <Chat Channel>`_ sends notifications to chat services like Slack
36-
and Telegram;
37-
* `Email <Email Channel>`_ integrates the :doc:`Symfony Mailer </mailer>`;
38-
* Browser uses :ref:`flash messages <flash-messages>`.
34+
* :ref:`SMS channel <notifier-sms-channel>` sends notifications to phones via
35+
SMS messages;
36+
* :ref:`Chat channel <notifier-chat-channel>` sends notifications to chat
37+
services like Slack and Telegram;
38+
* :ref:`Email channel <notifier-email-channel>` integrates the :doc:`Symfony Mailer </mailer>`;
39+
* Browser channel uses :ref:`flash messages <flash-messages>`.
3940

4041
.. tip::
4142

4243
Use :doc:`secrets </configuration/secrets>` to securily store your
4344
API's tokens.
4445

46+
.. _notifier-sms-channel:
4547
.. _notifier-texter-dsn:
4648

4749
SMS Channel
@@ -116,6 +118,7 @@ configure the ``texter_transports``:
116118
],
117119
]);
118120
121+
.. _notifier-chat-channel:
119122
.. _notifier-chatter-dsn:
120123

121124
Chat Channel
@@ -189,6 +192,8 @@ Chatters are configured using the ``chatter_transports`` setting:
189192
],
190193
]);
191194
195+
.. _notifier-email-channel:
196+
192197
Email Channel
193198
~~~~~~~~~~~~~
194199

0 commit comments

Comments
 (0)