Skip to content

Commit e3fe192

Browse files
Update reference to docs/SIL.rst to docs/SIL/SIL.md (#870)
Related to swiftlang/swift#78215 & swiftlang/swift#77714
1 parent 96ae5b0 commit e3fe192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/swift-compiler/_compiler-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ high-level description of the major components of the Swift compiler:
3737
[lib/SILGen](https://github.com/swiftlang/swift/tree/main/lib/SILGen))
3838
lowers the type-checked AST into so-called "raw" SIL. The design of
3939
SIL is described in
40-
[docs/SIL.rst](https://github.com/swiftlang/swift/blob/main/docs/SIL.rst).
40+
[docs/SIL/SIL.md](https://github.com/swiftlang/swift/blob/main/docs/SIL/SIL.md).
4141

4242
* **SIL guaranteed transformations**: The SIL guaranteed
4343
transformations (implemented in

0 commit comments

Comments
 (0)