Skip to content

Commit e0fe633

Browse files
committed
CS
1 parent 4e7042d commit e0fe633

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/emoji.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ String Manipulation
7373
Slug Emojis
7474
~~~~~~~~~~~
7575

76-
Combine the emoji transliterator with the :ref:`Symfony String Slugger <string-slugger-emoji>`
76+
Combine the emoji transliterator with the :doc:`/components/string`
7777
to improve the slugs of contents that include emojis (e.g. for URLs).
7878

7979
Call the ``AsciiSlugger::withEmoji()`` method to enable the emoji transliterator in the Slugger::
@@ -91,8 +91,8 @@ Call the ``AsciiSlugger::withEmoji()`` method to enable the emoji transliterator
9191

9292
.. tip::
9393

94-
Integrating the Emoji Component with Symfony String is straightforward and requires no additional
95-
configuration.
94+
Integrating the Emoji Component with the String component is straightforward and requires no additional
95+
configuration.string.
9696

9797
Strip Emojis
9898
~~~~~~~~~~~~
@@ -123,4 +123,3 @@ to compress the internal Symfony emoji data files using the PHP ``zlib`` extensi
123123
124124
125125
.. _`Unicode CLDR dataset`: https://github.com/unicode-org/cldr
126-
.. _`Symfony String Slugger <string-slugger-emoji>`: /reference/string/slugger.html#emoji-support

0 commit comments

Comments
 (0)