fix for config links

This commit is contained in:
Wynton Franklin 2023-01-23 18:19:49 -04:00
parent 45ec5de9dc
commit baddc525bb
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
{{ form_label(form.config.reading_speed) }}
<p>
{{ 'config.form_settings.reading_speed.help_message'|trans }}
<a href="https://wallabag.github.io/myreadspeed/">myreadspeed</a>
<a target="_blank" href="https://wallabag.github.io/myreadspeed/">myreadspeed</a>
</p>
</div>
<div class="input-field col s1">
@ -83,7 +83,7 @@
{{ form_label(form.config.pocket_consumer_key) }}
<p>
&raquo;
<a href="https://getpocket.com/developer/docs/authentication">https://getpocket.com/developer/docs/authentication</a>
<a target="_blank" href="https://getpocket.com/developer/docs/authentication">https://getpocket.com/developer/docs/authentication</a>
</p>
</div>
<div class="input-field col s1">