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 @@ -330,7 +330,7 @@ the ``--yul-optimizations`` option:
330
330
The sequence inside ``[...] `` will be applied multiple times in a loop until the Yul code
331
331
remains unchanged or until the maximum number of rounds (currently 12) has been reached.
332
332
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 >`.
334
334
335
335
Preprocessing
336
336
-------------
Original file line number Diff line number Diff line change @@ -1238,6 +1238,8 @@ and optionally specify the :ref:`expected number of contract executions <optimiz
1238
1238
1239
1239
In Solidity mode, the Yul optimizer is activated together with the regular optimizer.
1240
1240
1241
+ .. _optimization-step-sequence :
1242
+
1241
1243
Optimization Step Sequence
1242
1244
--------------------------
1243
1245
You can’t perform that action at this time.
0 commit comments