Skip to content

Commit

Permalink
Merge pull request #6256 from wyntonfranklin/config-link-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jan 24, 2023
2 parents 45ec5de + baddc52 commit 2e8ffa5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down

0 comments on commit 2e8ffa5

Please sign in to comment.