diff options
| author | Rodney Stromlund <Rodney.Stromlund@wnco.com> | 2020-07-13 09:06:59 -0500 |
|---|---|---|
| committer | Rodney Stromlund <Rodney.Stromlund@wnco.com> | 2020-07-13 09:06:59 -0500 |
| commit | 376dce02bb1505daaf8078972463395cd9e8e492 (patch) | |
| tree | a3ec8dc2c206300235e12e0da727562a20f4befb /include | |
| parent | 3b033a17f4798db7aefcd87b97a7c1ae60be2815 (diff) | |
Update wiki and forums links in error message.
Diffstat (limited to 'include')
| -rwxr-xr-x | include/sanity_check.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sanity_check.php b/include/sanity_check.php index 3998416f5..b0f7f7402 100755 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -219,8 +219,8 @@ <?php foreach ($errors as $error) { echo format_error($error); } ?> - <p>You might want to check tt-rss <a href="http://tt-rss.org/wiki">wiki</a> or the - <a href="http://tt-rss.org/forum">forums</a> for more information. Please search the forums before creating new topic + <p>You might want to check tt-rss <a href="https://tt-rss.org/wiki.php">wiki</a> or the + <a href="https://community.tt-rss.org/">forums</a> for more information. Please search the forums before creating new topic for your question.</p> </div> |