Skip to content

Commit 03353bd

Browse files
authored
Merge pull request #1519 from timosmit/fix/app-links
fix: Updated links to app repositories
2 parents beb976d + 45894be commit 03353bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/HelpMobile.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{ t('notes', 'Install the app for your mobile phone in order to access your notes from everywhere.') }}
1010
</div>
1111
<div class="badge-wrapper">
12-
<a target="_blank" href="https://github.com/nextcloud/nextcloud-notes">
12+
<a target="_blank" href="https://github.com/nextcloud/notes-android">
1313
{{ t('notes', 'Android app: {notes}', {notes: 'Nextcloud Notes'}) }}
1414
</a>
1515
<div>
@@ -26,7 +26,7 @@
2626
</div>
2727
</div>
2828
<div class="badge-wrapper">
29-
<a target="_blank" href="https://github.com/phedlund/CloudNotes">
29+
<a target="_blank" href="https://github.com/nextcloud/notes-ios">
3030
{{ t('notes', 'iOS app: {notes}', {notes: 'Nextcloud Notes'}) }}
3131
</a>
3232
<div>

0 commit comments

Comments
 (0)