]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix documentation URL for "How can I help to fix that?" 3146/head
authorDamien Cassou <damien@cassou.me>
Wed, 24 May 2017 10:57:46 +0000 (12:57 +0200)
committerDamien Cassou <damien@cassou.me>
Wed, 24 May 2017 10:57:46 +0000 (12:57 +0200)
app/config/config.yml
tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php

index 584b0da2f5c9d56d24f195bd20aeb5604fda818a..77cda052b8f37bc44e749b0f2852aa43eaf060c3 100644 (file)
@@ -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%"
index 5956b502fb68cf4fa6372e3382cb7808cd2f86ef..4f70ed0c6cbb81cc4df550f452fee17a8a6350b1 100644 (file)
@@ -10,7 +10,7 @@ use Wallabag\UserBundle\Entity\User;
 
 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()
     {