Skip to content

Commit 213f24e

Browse files
committed
Fix URL encoding for Obtainium redirect links in blog and homepage features
1 parent 472fa84 commit 213f24e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog/2024-09-02-welcome/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors: [stesee]
55
tags: [google play store, android, obtainium]
66
---
77

8-
**Update 2025 - rereleased: [![Obtainium](https://img.shields.io/badge/Obtainium-LockPDFy-green?style=flat&logo=android)](obtainium/redirect.html?r=obtainium://add/https://github.com/stesee/PDFEncrypt)**
8+
**Update 2025 - rereleased: [![Obtainium](https://img.shields.io/badge/Obtainium-LockPDFy-green?style=flat&logo=android)](obtainium/redirect.html?r=obtainium%3A%2F%2Fadd%2Fhttps%3A%2F%2Fgithub.com%2Fstesee%2FPDFEncrypt)**
99

1010
Google Play Store is a great platform to distribute Android apps. However, the recurring effort to keep the changing regulatory requirement up to date is not worth it for me. I have decided to let my dev profile fade away and focus on other things.
1111

src/components/HomepageFeatures/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const FeatureList: FeatureItem[] = [
3131
Encrypt and decrypt PDFs using LockPDFy. On premise and open source. <a href="https://www.microsoft.com/store/productId/9NC5KPZM2ZRM">
3232
<img src="https://img.shields.io/badge/Windows%20Store-LockPDFy-green?style=flat&logo=windows" alt="Windows Store" />
3333
</a>
34-
<a href="obtainium/redirect.html?r=obtainium://add/https://github.com/stesee/PDFEncrypt">
34+
<a href="obtainium/redirect.html?r=obtainium%3A%2F%2Fadd%2Fhttps%3A%2F%2Fgithub.com%2Fstesee%2FPDFEncrypt">
3535
<img src="https://img.shields.io/badge/Obtainium-LockPDFy-green?style=flat&logo=android" alt="Obtainium" />
3636
</a>
3737
<a href="blog/Bye%20bye%20google%20play%20store">

0 commit comments

Comments
 (0)