Skip to content

Commit ff1c656

Browse files
authored
Fix target=blank on Community showcase source links. (#550)
1 parent b7cb924 commit ff1c656

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_data/packages/packages.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ categories:
2222
Linux
2323
license: MIT
2424
url: https://swiftpackageindex.com/jrothwell/VersionedCodable
25-
note: Discussed on [Episode 40 of Swift Package Indexing](https://share.transistor.fm/s/a452cfcd).
25+
note: Discussed on [Episode 40 of Swift Package Indexing](https://share.transistor.fm/s/a452cfcd){:target='_blank'}.
2626
- name: CalendarKit
2727
description: CalendarKit is a Swift calendar UI library for iOS and Mac Catalyst.
2828
It looks similar to the Apple Calendar app out-of-the-box, while allowing customization
@@ -34,7 +34,7 @@ categories:
3434
platform_compatibility_tooltip: Apple (iOS, tvOS)
3535
license: MIT
3636
url: https://swiftpackageindex.com/richardtop/CalendarKit
37-
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/6).
37+
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/6){:target='_blank'}.
3838
- name: SQLite.swift
3939
description: SQLite.swift is a type-safe, pure-Swift layer over SQLite3. It provides
4040
a compile-time confident SQL syntax and intent, with features like type-safe
@@ -48,7 +48,7 @@ categories:
4848
Linux
4949
license: MIT
5050
url: https://swiftpackageindex.com/stephencelis/SQLite.swift
51-
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/19).
51+
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/19){:target='_blank'}.
5252
- name: swift-markdown-ui
5353
description: MarkdownUI is a powerful library for displaying and customizing Markdown
5454
text in SwiftUI. It is compatible with GitHub Flavored Markdown and can display
@@ -60,7 +60,7 @@ categories:
6060
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
6161
license: MIT
6262
url: https://swiftpackageindex.com/gonzalezreal/swift-markdown-ui
63-
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/24).
63+
note: Nominated via [this forum post](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168/24){:target='_blank'}.
6464
- name: Vortex
6565
description: Vortex is a powerful particle system library for SwiftUI, enabling
6666
the creation of various effects like fire, rain, and snow. It supports iOS,
@@ -72,7 +72,7 @@ categories:
7272
platform_compatibility_tooltip: Apple (iOS, macOS, visionOS, watchOS, tvOS)
7373
license: MIT
7474
url: https://swiftpackageindex.com/twostraws/Vortex
75-
note: Discussed on [Episode 40 of Swift Package Indexing](https://share.transistor.fm/s/a452cfcd).
75+
note: Discussed on [Episode 40 of Swift Package Indexing](https://share.transistor.fm/s/a452cfcd){:target='_blank'}.
7676
- name: SwiftSummarize
7777
description: The easiest way to create a summary from a String. Internally it's
7878
a simple wrapper around CoreServices SKSummary.
@@ -83,7 +83,7 @@ categories:
8383
platform_compatibility_tooltip: Apple (macOS, visionOS)
8484
license: MIT
8585
url: https://swiftpackageindex.com/StefKors/SwiftSummarize
86-
note: Discussed on [Episode 37 of Swift Package Indexing](https://share.transistor.fm/s/de52cb62).
86+
note: Discussed on [Episode 37 of Swift Package Indexing](https://share.transistor.fm/s/de52cb62){:target='_blank'}.
8787
- name: Packages with Macros
8888
slug: macros
8989
brief: New in Swift 5.9, Swift packages can include macro targets. Browse a selection

0 commit comments

Comments
 (0)