summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-09-22 14:56:47 +0300
committerGitHub <noreply@github.com>2018-09-22 14:56:47 +0300
commitd56a4ece381a71692e5cda351ae3ee4351e9fc28 (patch)
tree3357f7aa3ae982b76b500a1b9b12c2f24f5022a0 /src
parent9dcf1c772fdeb828c5e576b665419d9db6219b73 (diff)
replaced referenced to firehol github org with netdata github org (#4249)
* replaced referenced to firehol github org with netdata github org * increased versions of js files * added new docker hub badge netdata/netdata and restored firehol/netdata
Diffstat (limited to 'src')
-rw-r--r--src/freeipmi_plugin.c2
-rw-r--r--src/main.c10
2 files changed, 5 insertions, 7 deletions
diff --git a/src/freeipmi_plugin.c b/src/freeipmi_plugin.c
index 2b736cce46..a0c823ef3d 100644
--- a/src/freeipmi_plugin.c
+++ b/src/freeipmi_plugin.c
@@ -1602,7 +1602,7 @@ int main (int argc, char **argv) {
" options ipmi_si kipmid_max_busy_us=10\n"
"\n"
" For more information:\n"
- " https://github.com/firehol/netdata/wiki/monitoring-IPMI\n"
+ " https://github.com/netdata/netdata/wiki/monitoring-IPMI\n"
"\n"
, VERSION
, netdata_update_every
diff --git a/src/main.c b/src/main.c
index 41fce62197..9f1e7198b8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -275,16 +275,14 @@ int help(int exitcode) {
" All rights reserved.\n"
"\n"
" Home Page : https://my-netdata.io\n"
- " Source Code: https://github.com/firehol/netdata\n"
- " Wiki / Docs: https://github.com/firehol/netdata/wiki\n"
- " Support : https://github.com/firehol/netdata/issues\n"
- " License : https://github.com/firehol/netdata/blob/master/LICENSE.md\n"
+ " Source Code: https://github.com/netdata/netdata\n"
+ " Wiki / Docs: https://github.com/netdata/netdata/wiki\n"
+ " Support : https://github.com/netdata/netdata/issues\n"
+ " License : https://github.com/netdata/netdata/blob/master/LICENSE.md\n"
"\n"
" Twitter : https://twitter.com/linuxnetdata\n"
" Facebook : https://www.facebook.com/linuxnetdata/\n"
"\n"
- " netdata is a https://firehol.org project.\n"
- "\n"
"\n"
);