doc: Updated github issues links to community site (#8598)

This commit is contained in:
Neil Lathwood
2018-04-22 23:00:46 +01:00
committed by GitHub
parent 352def1063
commit 21e26a437e
3 changed files with 3 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ We have a few methods for you to get in touch to ask for help.
[Discord](https://t.libren.ms/discord) Active chat and discussion
[Bug Reports](https://github.com/librenms/librenms/issues)
[Bug Reports](https://community.librenms.org/c/help)

View File

@@ -183,7 +183,7 @@ echo "
<a href="http://www.librenms.org/">Web site</a> |
<a href="https://docs.librenms.org/">Docs</a> |
<a href="https://github.com/librenms/">GitHub</a> |
<a href="https://github.com/librenms/librenms/issues">Bug tracker</a> |
<a href="https://community.librenms.org/c/help">Bug tracker</a> |
<a href="https://community.librenms.org">Community Forum</a> |
<a href="http://twitter.com/librenms">Twitter</a> |
<a href="http://www.librenms.org/changelog.html">Changelog</a> |

View File

@@ -88,7 +88,7 @@ if (isset($_SERVER['SERVER_NAME']) && isset($_SERVER['SERVER_PORT'])) {
}
$config['project_home'] = 'http://www.librenms.org/';
$config['project_issues'] = 'https://github.com/librenms/librenms/issues';
$config['project_issues'] = 'https://community.librenms.org/c/help';
$config['github_api'] = 'https://api.github.com/repos/librenms/librenms/';
$config['site_style'] = 'light';
// Options are dark or light