diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 03:13:17 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-10 19:31:41 +0100 |
commit | fdd379c949056fb3a2198039e452f6aae600ef35 (patch) | |
tree | 864a7509c8010dfa342c47d2b95ecc62ede836de /html/pages/help.php | |
parent | cf540de5d3229941e4104e4d5b6b66681f97f4d3 (diff) |
Cleanup images and markup
Diffstat (limited to 'html/pages/help.php')
-rwxr-xr-x | html/pages/help.php | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/html/pages/help.php b/html/pages/help.php index c156eae..51186c6 100755 --- a/html/pages/help.php +++ b/html/pages/help.php @@ -7,11 +7,17 @@ <td class="credits" align="left">
<blockquote>
<p>
- For help and documentation please visit
+ For installation instrcutions and documentation please visit
<a href="https://github.com/sn3p/utstats" target="_blank">https://github.com/sn3p/utstats</a>.
- <br>
- Please report issues and feature requests in the
- <a href="https://github.com/sn3p/utstats/issues" target="_blank">issue tracker</a>.
+ </p>
+ <p>
+ Still havind problems? Check out the
+ <a href="https://github.com/sn3p/utstats/wiki/Troubleshooting" target="_blank">Troubleshooting</a>
+ page.
+ </p>
+ <p>
+ UTStats is getting pretty old so errors or warnings you'll encounter are most likely caused by deprecated or functions that are not supported any more.
+ Please report issues and feature requests in the <a href="https://github.com/sn3p/utstats/issues" target="_blank">issue tracker</a>.
</p>
</blockquote>
</td>
|