Skip to content

Commit 46a9a05

Browse files
committed
fix build
1 parent 9333df7 commit 46a9a05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

components/intl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ Emoji Transliteration
390390
The ``EmojiTransliterator`` class provides a utility to translate emojis into
391391
their textual representation in all languages based on the Unicode CLDR dataset.
392392

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>`.
394394

395395
Disk space
396396
----------

components/string.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ requested during the program execution. You can also create lazy strings from a
507507
// hash computation only if it's needed
508508
$lazyHash = LazyString::fromStringable(new Hash());
509509

510+
.. _working-with-emojis:
511+
510512
Working with Emojis
511513
-------------------
512514

0 commit comments

Comments
 (0)