Skip to content

Commit 5103357

Browse files
committed
Update custom collections JSON snippet
1 parent be8c32d commit 5103357

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Resources/Blog/Posts/introducing-custom-package-collections.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ Here’s what this looks like, taking the Swift Server Workgroup Graduated packa
1313
```
1414
{
1515
"key": "sswg-graduated",
16-
"name": "SSWG Graduated",
16+
"name": "Graduated",
1717
"description": "SSWG packages that are in 'graduated' state",
18-
"url": "https://raw.githubusercontent.com/finestructure/sswg-package-lists/refs/heads/main/graduated.json"
18+
"badge": "SSWG",
19+
"url": "https://swift.org/api/v1/sswg/incubation/graduated.json"
1920
}
2021
```
2122

0 commit comments

Comments
 (0)