Skip to content

Commit 6b28725

Browse files
Merge pull request #3295 from SwiftPackageIndex/update-sswg-packages-link
Update SSWG incubated packages list link
2 parents 8d6a5bb + f05f363 commit 6b28725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/App/Views/ReadyForSwift6/ReadyForSwift6Show+View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ extension ReadyForSwift6Show {
150150
),
151151
.text(", again with the same criteria as above applied. Nothing newer than March 19th and nothing without commits in the last year. The SSWG incubated data set is the same idea but sourced from the "),
152152
.a(
153-
.href("https://www.swift.org/sswg/#projects"),
153+
.href("https://www.swift.org/sswg/incubated-packages.html"),
154154
.text("Swift Server Workgroup incubated packages list")
155155
),
156156
.text(".")

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_ReadyForSwift6Show.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3 id="faq">Frequently asked questions</h3>
145145
<p>
146146
<strong>A: </strong>It’s interesting to look at some slices of curated package lists in addition to overall compatibility. Apple should be leading from the front, so the “Apple packages” data set is
147147
<a href="/apple">all packages authored by Apple</a>, again with the same criteria as above applied. Nothing newer than March 19th and nothing without commits in the last year. The SSWG incubated data set is the same idea but sourced from the
148-
<a href="https://www.swift.org/sswg/#projects">Swift Server Workgroup incubated packages list</a>.
148+
<a href="https://www.swift.org/sswg/incubated-packages.html">Swift Server Workgroup incubated packages list</a>.
149149
</p>
150150
</div>
151151
</main>

0 commit comments

Comments
 (0)