File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ Emoji Transliteration
390
390
The ``EmojiTransliterator `` class provides a utility to translate emojis into
391
391
their textual representation in all languages based on the Unicode CLDR dataset.
392
392
393
- Discover all the available Emoji manipulations in the :doc : `component documentation </components/emoji >`.
393
+ Discover all the available Emoji manipulations in the :ref : `component documentation <working-with-emojis >`.
394
394
395
395
Disk space
396
396
----------
Original file line number Diff line number Diff line change @@ -507,6 +507,8 @@ requested during the program execution. You can also create lazy strings from a
507
507
// hash computation only if it's needed
508
508
$lazyHash = LazyString::fromStringable(new Hash());
509
509
510
+ .. _working-with-emojis :
511
+
510
512
Working with Emojis
511
513
-------------------
512
514
You can’t perform that action at this time.
0 commit comments