File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Sources/App/Views/CustomCollection Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff 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 " ,
You can’t perform that action at this time.
0 commit comments