Skip to content

Commit

Permalink
Merge pull request wallabag#3146 from DamienCassou/fix-doc-url
Browse files Browse the repository at this point in the history
Fix documentation URL for "How can I help to fix that?"
  • Loading branch information
j0k3r authored May 24, 2017
2 parents f87e654 + ac1509a commit 82a590f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wallabag_core:
action_mark_as_read: 1
list_mode: 1
fetching_error_message: |
wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
wallabag can't retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.
wallabag_user:
registration_enabled: "%fosuser_registration%"
Expand Down
2 changes: 1 addition & 1 deletion tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class ContentProxyTest extends \PHPUnit_Framework_TestCase
{
private $fetchingErrorMessage = 'wallabag can\'t retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/master/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.';
private $fetchingErrorMessage = 'wallabag can\'t retrieve contents for this article. Please <a href="http://doc.wallabag.org/en/user/errors_during_fetching.html#how-can-i-help-to-fix-that">troubleshoot this issue</a>.';

public function testWithBadUrl()
{
Expand Down

0 comments on commit 82a590f

Please sign in to comment.