Skip to content

Commit c61d06f

Browse files
committed
Update app store badges links
1 parent 9803dc0 commit c61d06f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

src/content/docs/blog/fully-native-android-swift-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Skip's unique ability to directly call both Swift and Kotlin/Java APIs separates
159159

160160
As a demonstration and validation of this technology, we have published one of our sample apps, [Skip Notes](https://github.com/skiptools/skipapp-notes), to both the Google Play Store and Apple App Store. This fully native Swift app integrates with the [swift-sqlcipher](https://github.com/skiptools/swift-sqlcipher.git) database library to provide persistence for a simple list of notes.
161161

162-
[<img src="https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg" alt="Get it on the Google Play Store" height="80">](https://play.google.com/store/apps/details?id=org.appfair.app.SkipNotes) [<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="Get it on the Apple App Store" height="80">](https://apps.apple.com/us/app/skip-showcase/id6740916318)
162+
[<img src="https://assets.skip.dev/badges/google-play-store.svg" alt="Get it on the Google Play Store" height="80">](https://play.google.com/store/apps/details?id=org.appfair.app.SkipNotes) [<img src="https://assets.skip.dev/badges/apple-app-store.svg" alt="Get it on the Apple App Store" height="80">](https://apps.apple.com/us/app/skip-showcase/id6740916318)
163163
{: .centered }
164164

165165
### Status and Next Steps

src/content/docs/blog/official-swift-sdk-for-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ For Skip itself, this development grants us an _enormous_ amount of confidence-b
4949
<div align="center">
5050
<a href="https://assets.skip.dev/screens/swift-sdk-for-android-in-action-showcase.png" target="_blank"><img alt="Screenshot of Skip Showcase native app" src="https://assets.skip.dev/screens/swift-sdk-for-android-in-action-showcase.png" style="width: 100%; max-width: 1200px;" /></a>
5151
<br />
52-
<a href="https://play.google.com/store/apps/details?id=org.appfair.app.Showcase" style="display: inline-block;"><img src="https://appfair.org/assets/badges/google-play-store.svg" alt="Download on the Google Play Store" style="height: 60px; vertical-align: middle; object-fit: contain;" /></a>
53-
<a href="https://apps.apple.com/us/app/skip-showcase/id6474885022" style="display: inline-block;"><img src="https://appfair.org/assets/badges/apple-app-store.svg" alt="Download on the Apple App Store" style="height: 60px; vertical-align: middle; object-fit: contain;" /></a>
52+
<a href="https://play.google.com/store/apps/details?id=org.appfair.app.Showcase" style="display: inline-block;"><img src="https://assets.skip.dev/badges/google-play-store.svg" alt="Download on the Google Play Store" style="height: 60px; vertical-align: middle; object-fit: contain;" /></a>
53+
<a href="https://apps.apple.com/us/app/skip-showcase/id6474885022" style="display: inline-block;"><img src="https://assets.skip.dev/badges/apple-app-store.svg" alt="Download on the Apple App Store" style="height: 60px; vertical-align: middle; object-fit: contain;" /></a>
5454
</div>
5555

5656

src/content/docs/blog/showcase-keychain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This first post in the "Exploring Showcase" series will discuss the [SkipKeychai
1616
As with many of Skip's features, we provide a demonstration in our eponymous "Showcase" app, which is available on both the Apple App Store and Google Play Store, and whose full source code is available in the [skipapp-showcase](https://github.com/skiptools/skipapp-showcase) repository.
1717

1818
<div align="center">
19-
<a href="https://play.google.com/store/apps/details?id=org.appfair.app.Showcase" style="display: inline-block;"><img src="https://appfair.org/assets/badges/google-play-store.svg" alt="Download on the Google Play Store" style="height: 60px; vertical-align: middle; object-fit: contain;" /></a>
20-
<a href="https://apps.apple.com/us/app/skip-showcase/id6474885022" style="display: inline-block;"><img src="https://appfair.org/assets/badges/apple-app-store.svg" alt="Download on the Apple App Store" style="height: 60px; vertical-align: middle; object-fit: contain;" /></a>
19+
<a href="https://play.google.com/store/apps/details?id=org.appfair.app.Showcase" style="display: inline-block;"><img src="https://assets.skip.dev/badges/google-play-store.svg" alt="Download on the Google Play Store" style="height: 60px; vertical-align: middle; object-fit: contain;" /></a>
20+
<a href="https://apps.apple.com/us/app/skip-showcase/id6474885022" style="display: inline-block;"><img src="https://assets.skip.dev/badges/apple-app-store.svg" alt="Download on the Apple App Store" style="height: 60px; vertical-align: middle; object-fit: contain;" /></a>
2121
</div>
2222

2323
## What is SkipKeychain?

src/pages/gallery.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ const apps = showcaseData; // showcaseData will be the array of app objects
2222
<img src={app.screenshots.ios} alt={`${app.appName} iOS screenshot`} />
2323
)}
2424
{app.appStoreLinks.android && (
25-
<a href={app.appStoreLinks.android} style="display: inline-block;"><img src="https://appfair.org/assets/badges/google-play-store.svg" alt="Download on the Google Play Store" style="height: 60px; vertical-align: middle; object-fit: contain;"></a>
25+
<a href={app.appStoreLinks.android} style="display: inline-block;"><img src="https://assets.skip.dev/badges/google-play-store.svg" alt="Download on the Google Play Store" style="height: 60px; vertical-align: middle; object-fit: contain;"></a>
2626
)}
2727
{app.appStoreLinks.ios && (
28-
<a href={app.appStoreLinks.ios} style="display: inline-block;"><img src="https://appfair.org/assets/badges/apple-app-store.svg" alt="Download on the Apple App Store" style="height: 60px; vertical-align: middle; object-fit: contain;"></a>
28+
<a href={app.appStoreLinks.ios} style="display: inline-block;"><img src="https://assets.skip.dev/badges/apple-app-store.svg" alt="Download on the Apple App Store" style="height: 60px; vertical-align: middle; object-fit: contain;"></a>
2929
)}
3030
</div>
3131
))}

0 commit comments

Comments
 (0)