diff options
-rw-r--r-- | app/config/config.yml | 2 | ||||
-rw-r--r-- | tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 73bf0a0d..9792616e 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -59,7 +59,7 @@ wallabag_core: | |||
59 | action_mark_as_read: 1 | 59 | action_mark_as_read: 1 |
60 | list_mode: 0 | 60 | list_mode: 0 |
61 | fetching_error_message: | | 61 | fetching_error_message: | |
62 | 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>. | 62 | 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>. |
63 | api_limit_mass_actions: 10 | 63 | api_limit_mass_actions: 10 |
64 | 64 | ||
65 | wallabag_user: | 65 | wallabag_user: |
diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php index 6494f348..77dfd5bf 100644 --- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php +++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php | |||
@@ -12,7 +12,7 @@ use Wallabag\CoreBundle\Helper\RuleBasedTagger; | |||
12 | 12 | ||
13 | class ContentProxyTest extends \PHPUnit_Framework_TestCase | 13 | class ContentProxyTest extends \PHPUnit_Framework_TestCase |
14 | { | 14 | { |
15 | 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>.'; | 15 | 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>.'; |
16 | 16 | ||
17 | public function testWithBadUrl() | 17 | public function testWithBadUrl() |
18 | { | 18 | { |