Merge pull request #5113 from mx-psi/mx-psi/fix-link

This commit is contained in:
Jérémy Benoist
2021-03-08 10:41:36 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
{{ form_widget(form.config.reading_speed) }}
<p>
{{ 'config.form_settings.reading_speed.help_message'|trans }}
<a href="http://www.myreadspeed.com/calculate/">myreadspeed</a>
<a href="https://wallabag.github.io/myreadspeed/">myreadspeed</a>
</p>
</div>
<a href="#" title="{{ 'config.form_settings.help_reading_speed'|trans }}">

View File

@ -58,7 +58,7 @@
{{ form_label(form.config.reading_speed) }}
<p>
{{ 'config.form_settings.reading_speed.help_message'|trans }}
<a href="http://www.myreadspeed.com/calculate/">myreadspeed</a>
<a href="https://wallabag.github.io/myreadspeed/">myreadspeed</a>
</p>
</div>
<div class="input-field col s1">