Skip to content

Commit 71efb8d

Browse files
committed
Include information on what custom package collections are by linking to the blog post.
1 parent 112e0bb commit 71efb8d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Sources/App/Views/CustomCollection/CustomCollectionShow+View.swift

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,19 @@ enum CustomCollectionShow {
4949
.text("\(model.name) package collection")
5050
),
5151
.p(
52-
.text("These packages are available as a package collection, "),
52+
.text("The packages in this collection are part of a custom package collection, "),
5353
.a(
5454
.href(SiteURL.packageCollections.relativeURL()),
55-
"usable in Xcode 13 or the Swift Package Manager 5.5"
55+
.text("usable in Xcode or SwiftPM")
56+
),
57+
.text(". You can find out more about custom package collections and how to request one in the "),
58+
.a(
59+
.href(SiteURL.blogPost(.value("introducing-custom-package-collections")).relativeURL()),
60+
.text("launch blog post")
61+
5662
),
5763
.text(".")
64+
5865
),
5966
.copyableInputForm(buttonName: "Copy Package Collection URL",
6067
eventName: "Copy Package Collection URL Button",

0 commit comments

Comments
 (0)