Skip to content

Commit 762e7d1

Browse files
authored
Fix some broken links in Documentation (#8343)
I periodically run a broken link checker over swiftlang repositories. There were a few links pointing to outdated locations in swift-package-manager.
1 parent 473210b commit 762e7d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/Design/EvolutionIdeas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Bug: N/A
190190
We need an easy way to edit the Package.swift manifest from automated tools, for
191191
cases where you don't want users to have to update the Swift code directly. We
192192
think that it's possible to provide an API to allow this, probably using
193-
[`SwiftSyntax`](https://github.com/apple/swift/tree/master/tools/SwiftSyntax).
193+
[`SwiftSyntax`](https://github.com/swiftlang/swift-syntax).
194194

195195
Thread: N/A
196196
Bug: N/A

Documentation/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ You can link against system libraries using the package manager. To do so, you'l
140140
need to add a special `target` of type `.systemLibrary`, and a `module.modulemap`
141141
for each system library you're using.
142142

143-
Let's see an example of adding [libgit2](https://libgit2.github.com) as a
143+
Let's see an example of adding [libgit2](https://github.com/libgit2/libgit2) as a
144144
dependency to an executable target.
145145

146146
Create a directory called `example`, and initialize it as a package that

0 commit comments

Comments
 (0)