From a157bf7a21f85ef45313841b82084fd17d5fa64e Mon Sep 17 00:00:00 2001
From: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>
Date: Sat, 7 Oct 2023 14:08:50 +0700
Subject: [PATCH 1/2] Use web URLs for reviews

This commit fixes https://github.com/organicmaps/organicmaps.github.io/issues/21 by replacing app store-specific URIs into website URLs which can be viewed by most platforms.
---
 templates/shortcodes/references.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/shortcodes/references.md b/templates/shortcodes/references.md
index 292b1541..f9a80401 100644
--- a/templates/shortcodes/references.md
+++ b/templates/shortcodes/references.md
@@ -1,6 +1,6 @@
 [appgallery]: https://appgallery.huawei.com/#/app/C104325611?local={{ lang }} "{{ trans(key='install-appgallery', lang=lang) }}"
-[appgallery_review]: appmarket://details?id=app.organicmaps
-[appstore]: https://apps.apple.com/app/organic-maps/id1567437057 "{{ trans(key='install-appstore', lang=lang) }}"
+[appgallery_review]: https://appgallery.huawei.com/#/app/C104325611?local={{ lang }}
+[appstore]: https://apps.apple.com/app/organic-maps/id1567437057 {{ trans(key='install-appstore', lang=lang) }}"
 [appstore_review]: https://itunes.apple.com/app/id1567437057?action=write-review
 [contributing]: https://github.com/organicmaps/organicmaps/blob/master/docs/CONTRIBUTING.md
 [email]: mailto:support@organicmaps.app
@@ -12,7 +12,7 @@
 [flatpak]: https://flathub.org/apps/details/app.organicmaps.desktop
 [github]: https://github.com/organicmaps/organicmaps
 [googleplay]: https://play.google.com/store/apps/details?id=app.organicmaps&hl={{ lang }} "{{ trans(key='install-googleplay', lang=lang) }}"
-[googleplay_review]: market://details?id=app.organicmaps
+[googleplay_review]: https://play.google.com/store/apps/details?id=app.organicmaps&hl={{ lang }}
 [gpx_issue]: https://github.com/organicmaps/organicmaps/issues/624
 [ideas]: https://github.com/organicmaps/organicmaps/discussions/categories/ideas
 [instagram]: https://instagram.com/organicmaps.app/
-- 
2.45.3


From 927830223eaebd393fc347152cf1d4917db981aa Mon Sep 17 00:00:00 2001
From: Reinhart Previano Koentjoro <reinhart@reinhart1010.id>
Date: Sat, 7 Oct 2023 14:11:39 +0700
Subject: [PATCH 2/2] Fix typo

---
 templates/shortcodes/references.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/shortcodes/references.md b/templates/shortcodes/references.md
index f9a80401..208e4fd4 100644
--- a/templates/shortcodes/references.md
+++ b/templates/shortcodes/references.md
@@ -1,6 +1,6 @@
 [appgallery]: https://appgallery.huawei.com/#/app/C104325611?local={{ lang }} "{{ trans(key='install-appgallery', lang=lang) }}"
 [appgallery_review]: https://appgallery.huawei.com/#/app/C104325611?local={{ lang }}
-[appstore]: https://apps.apple.com/app/organic-maps/id1567437057 {{ trans(key='install-appstore', lang=lang) }}"
+[appstore]: https://apps.apple.com/app/organic-maps/id1567437057 "{{ trans(key='install-appstore', lang=lang) }}"
 [appstore_review]: https://itunes.apple.com/app/id1567437057?action=write-review
 [contributing]: https://github.com/organicmaps/organicmaps/blob/master/docs/CONTRIBUTING.md
 [email]: mailto:support@organicmaps.app
-- 
2.45.3