mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-26 01:20:28 +00:00
Merge pull request #6256 from wyntonfranklin/config-link-fix
This commit is contained in:
commit
2e8ffa51b2
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,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="https://wallabag.github.io/myreadspeed/">myreadspeed</a>
|
<a target="_blank" href="https://wallabag.github.io/myreadspeed/">myreadspeed</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-field col s1">
|
<div class="input-field col s1">
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
{{ form_label(form.config.pocket_consumer_key) }}
|
{{ form_label(form.config.pocket_consumer_key) }}
|
||||||
<p>
|
<p>
|
||||||
»
|
»
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-field col s1">
|
<div class="input-field col s1">
|
||||||
|
|
Loading…
Reference in a new issue