mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
doc: Updated github issues links to community site (#8598)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
@@ -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> |
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user