Update wiki links

This commit is contained in:
Hamish
2024-11-23 17:17:04 +11:00
parent a2c38968e1
commit 890c3682c4
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ Get Android app updates straight from the source.
Obtainium allows you to install and update apps directly from their releases pages, and receive notifications when new releases are made available. Obtainium allows you to install and update apps directly from their releases pages, and receive notifications when new releases are made available.
More info: More info:
- [Obtainium Wiki](https://github.com/ImranR98/Obtainium/wiki) - [Obtainium Wiki](https://wiki.obtainium.imranr.dev/) ([repository](https://github.com/ImranR98/Obtainium-Wiki))
- [AppVerifier](https://github.com/soupslurpr/AppVerifier) - App verification tool (recommended, integrates with Obtainium) - [AppVerifier](https://github.com/soupslurpr/AppVerifier) - App verification tool (recommended, integrates with Obtainium)
- [apps.obtainium.imranr.dev](https://apps.obtainium.imranr.dev/) - Crowdsourced app configurations ([repository](https://github.com/ImranR98/apps.obtainium.imranr.dev)) - [apps.obtainium.imranr.dev](https://apps.obtainium.imranr.dev/) - Crowdsourced app configurations ([repository](https://github.com/ImranR98/apps.obtainium.imranr.dev))
- [Side Of Burritos - You should use this instead of F-Droid | How to use app RSS feed](https://youtu.be/FFz57zNR_M0) - Original motivation for this app - [Side Of Burritos - You should use this instead of F-Droid | How to use app RSS feed](https://youtu.be/FFz57zNR_M0) - Original motivation for this app

View File

@ -1,5 +1,5 @@
<p>Obtainium allows you to install and update Apps directly from their releases pages, and receive notifications when new releases are made available.</p> <p>Obtainium allows you to install and update Apps directly from their releases pages, and receive notifications when new releases are made available.</p>
<p>Read the <a href="https://github.com/ImranR98/Obtainium/wiki">Wiki</a></p> <p>Read the <a href="https://wiki.obtainium.imranr.dev/">Wiki</a></p>
<p> <p>
<b>Currently supported App sources:</b> <b>Currently supported App sources:</b>
</p> </p>

View File

@ -1,5 +1,5 @@
<p>Obtainium позволяет вам устанавливать и обновлять приложения прямо с их объявлений о выпусках и получать уведомления о новых выпусках.</p> <p>Obtainium позволяет вам устанавливать и обновлять приложения прямо с их объявлений о выпусках и получать уведомления о новых выпусках.</p>
<p>Для деталей читайте <a href="https://github.com/ImranR98/Obtainium/wiki">Вики</a></p> <p>Для деталей читайте <a href="https://wiki.obtainium.imranr.dev/">Вики</a></p>
<p> <p>
<b>Поддерживаемые источники приложений:</b> <b>Поддерживаемые источники приложений:</b>
</p> </p>

View File

@ -886,7 +886,7 @@ class _SettingsPageState extends State<SettingsPage> {
), ),
IconButton( IconButton(
onPressed: () { onPressed: () {
launchUrlString('${settingsProvider.sourceUrl}/wiki', launchUrlString('https://wiki.obtainium.imranr.dev/',
mode: LaunchMode.externalApplication); mode: LaunchMode.externalApplication);
}, },
icon: const Icon(Icons.help_outline_rounded), icon: const Icon(Icons.help_outline_rounded),