mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Fix documentation URL for "How can I help to fix that?"
This commit is contained in:
parent
f87e6547e8
commit
ac1509a66b
2 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue