Update Swift Debugger project link to current active repository #402
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Swift Debugger project link to current active repository
Currently if you click through the link on this page it takes you to the archived swift-lldb repository.
Update Swift Debugger project link to point to the current active repository's lldb subdirectory.
Motivation:
Currently if you click through the link on swift.org lldb page it takes you to the archived swift-lldb repository. The motivation for this change is to make it easier for visitors to the site to find the up-to-date lldb source code in the apple/llvm-project repository.
Modifications:
Changed the URL for the "LLDB debugger" link from:
https://github.com/apple/swift-lldb
to:
https://github.com/apple/llvm-project/tree/next/lldb
Result:
After this change clicking the "LLDB debugger" link will take the reader to the lldb subdirectory of the llvm-project repopsitory.