diff --git a/store/templates/app.html b/store/templates/app.html
index c738d2f..6dc16a3 100644
--- a/store/templates/app.html
+++ b/store/templates/app.html
@@ -136,12 +136,12 @@
{{ _("Useful links") }}
{% endblock %}
diff --git a/store/templates/wishlist.html b/store/templates/wishlist.html
index d1722f7..fa1f17e 100644
--- a/store/templates/wishlist.html
+++ b/store/templates/wishlist.html
@@ -103,6 +103,7 @@
aria-label="{{ _('Official website') }}"
href="{{ infos['website'] }}"
class="inline-block"
+ target="_blank"
>
@@ -115,6 +116,7 @@
aria-label="{{ _('Code repository') }}"
href="{{ infos['upstream'] }}"
class="inline-block"
+ target="_blank
>