@@ -31,17 +31,19 @@ by using transports.
3131
3232The 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
4749SMS Channel
@@ -116,6 +118,7 @@ configure the ``texter_transports``:
116118 ],
117119 ]);
118120
121+ .. _notifier-chat-channel :
119122.. _notifier-chatter-dsn :
120123
121124Chat Channel
@@ -189,6 +192,8 @@ Chatters are configured using the ``chatter_transports`` setting:
189192 ],
190193 ]);
191194
195+ .. _notifier-email-channel :
196+
192197Email Channel
193198~~~~~~~~~~~~~
194199
@@ -294,7 +299,7 @@ transport:
294299 %env(SLACK_DSN)% || %env(TELEGRAM_DSN)%
295300 </framework : chatter-transport >
296301
297- <!-- Send notifications to the next scheduled transport
302+ <!-- Send notifications to the next scheduled transport
298303 calculated by round robin -->
299304 <framework : chatter-transport name =" slack" ><![CDATA[
300305 %env(SLACK_DSN)% && %env(TELEGRAM_DSN)%
0 commit comments