Skip to content

Commit ff51f4d

Browse files
Fix broken ref of HighLevelSILOptimizations.rst on SIL.rst
1 parent 50d0118 commit ff51f4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/SIL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ representation that can be used for code distribution, but it can also express
2929
target-specific concepts as well as LLVM can.
3030

3131
For more information on developing the implementation of SIL and SIL passes, see
32-
`SILProgrammersManual.md <SILProgrammersManual.md>`_ .
32+
`SILProgrammersManual.md <SILProgrammersManual.md>`_.
3333

3434
SIL in the Swift Compiler
3535
-------------------------
@@ -123,7 +123,7 @@ IR.
123123
high-level optimizations on basic Swift containers such as Array or String.
124124
Domain specific optimizations require a defined interface between
125125
the standard library and the optimizer. More details can be found here:
126-
:ref:`HighLevelSILOptimizations`
126+
`HighLevelSILOptimizations <HighLevelSILOptimizations.rst>`_
127127

128128
Syntax
129129
------

0 commit comments

Comments
 (0)