mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-01 08:26:48 +01:00
Fix myreadspeed links
myreadspeed.com is no longer available, see craigmayhew/myreadspeed@9e7786c
This commit is contained in:
parent
af5e79c425
commit
9599d6f289
@ -37,7 +37,7 @@
|
|||||||
{{ form_widget(form.config.reading_speed) }}
|
{{ form_widget(form.config.reading_speed) }}
|
||||||
<p>
|
<p>
|
||||||
{{ 'config.form_settings.reading_speed.help_message'|trans }}
|
{{ 'config.form_settings.reading_speed.help_message'|trans }}
|
||||||
<a href="http://www.myreadspeed.com/calculate/">myreadspeed</a>
|
<a href="https://github.com/craigmayhew/myreadspeed">myreadspeed</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="#" title="{{ 'config.form_settings.help_reading_speed'|trans }}">
|
<a href="#" title="{{ 'config.form_settings.help_reading_speed'|trans }}">
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
{{ form_label(form.config.reading_speed) }}
|
{{ form_label(form.config.reading_speed) }}
|
||||||
<p>
|
<p>
|
||||||
{{ 'config.form_settings.reading_speed.help_message'|trans }}
|
{{ 'config.form_settings.reading_speed.help_message'|trans }}
|
||||||
<a href="http://www.myreadspeed.com/calculate/">myreadspeed</a>
|
<a href="https://github.com/craigmayhew/myreadspeed">myreadspeed</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-field col s1">
|
<div class="input-field col s1">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user