Skip to content

Commit 94c7485

Browse files
Update Swift Debugger project link to current active repository (swiftlang#402)
Currently if you click through the link on this page it takes you to the archived swift-lldb repository.
1 parent 91d0eb3 commit 94c7485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: REPL and Debugger
44
---
55

66
The Swift.org community makes use of the
7-
[LLDB debugger](https://github.com/apple/swift-lldb) to provide a
7+
[LLDB debugger](https://github.com/apple/llvm-project/tree/next/lldb) to provide a
88
rich REPL as well as the debugging environment for the Swift Language.
99
Swift is tightly coupled to the version of the Swift compiler embedded in the
1010
debugger. Tight integration of compiler and debugger enables accurate

0 commit comments

Comments
 (0)