diff --git a/docs/internals/optimizer.rst b/docs/internals/optimizer.rst index 1d6c214e5..97a250eed 100644 --- a/docs/internals/optimizer.rst +++ b/docs/internals/optimizer.rst @@ -330,7 +330,7 @@ the ``--yul-optimizations`` option: The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code remains unchanged or until the maximum number of rounds (currently 12) has been reached. -Available abbreviations are listed in the `Yul optimizer docs `_. +Available abbreviations are listed in the :ref:`Yul optimizer docs `. Preprocessing ------------- diff --git a/docs/yul.rst b/docs/yul.rst index 8a584db1d..8aad4f702 100644 --- a/docs/yul.rst +++ b/docs/yul.rst @@ -1238,6 +1238,8 @@ and optionally specify the :ref:`expected number of contract executions