File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ String Manipulation
73
73
Slug Emojis
74
74
~~~~~~~~~~~
75
75
76
- Combine the emoji transliterator with the :ref: ` Symfony String Slugger < string-slugger-emoji > `
76
+ Combine the emoji transliterator with the :doc: ` /components/ string `
77
77
to improve the slugs of contents that include emojis (e.g. for URLs).
78
78
79
79
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
91
91
92
92
.. tip ::
93
93
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.
96
96
97
97
Strip Emojis
98
98
~~~~~~~~~~~~
@@ -123,4 +123,3 @@ to compress the internal Symfony emoji data files using the PHP ``zlib`` extensi
123
123
124
124
125
125
.. _`Unicode CLDR dataset` : https://github.com/unicode-org/cldr
126
- .. _`Symfony String Slugger <string-slugger-emoji>` : /reference/string/slugger.html#emoji-support
You can’t perform that action at this time.
0 commit comments