Skip to content

Commit baf56af

Browse files
authored
Merge pull request #13076 from PrajwalBorkar/develop
Updated broken link for Yul optimizations
2 parents 96398ee + 6061219 commit baf56af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/internals/optimizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ the ``--yul-optimizations`` option:
330330
The sequence inside ``[...]`` will be applied multiple times in a loop until the Yul code
331331
remains unchanged or until the maximum number of rounds (currently 12) has been reached.
332332

333-
Available abbreviations are listed in the `Yul optimizer docs <yul.rst#optimization-step-sequence>`_.
333+
Available abbreviations are listed in the :ref:`Yul optimizer docs <optimization-step-sequence>`.
334334

335335
Preprocessing
336336
-------------

docs/yul.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,8 @@ and optionally specify the :ref:`expected number of contract executions <optimiz
12381238
12391239
In Solidity mode, the Yul optimizer is activated together with the regular optimizer.
12401240

1241+
.. _optimization-step-sequence:
1242+
12411243
Optimization Step Sequence
12421244
--------------------------
12431245

0 commit comments

Comments
 (0)