summaryrefslogtreecommitdiffstats
path: root/web/README.md
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2018-11-22 00:44:46 +0100
committerCosta Tsaousis <costa@tsaousis.gr>2018-11-22 01:44:46 +0200
commitac7deb42f84e2f66a5d86f4d6f259d49ee7b7960 (patch)
tree5d61a6fa76347c1171883685f59b75b47769904d /web/README.md
parent055d5284b9ffaf181d7f06ad72c7c9e7976dcecd (diff)
Documentation links sanity checker (#4701)
* Fix broken links * Fixed link * Added links checker * link updates from the link checker * Final corrections to allow checklinks to run without errors * Removed whitespace * Fixed codacy errors/warnings
Diffstat (limited to 'web/README.md')
-rw-r--r--web/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/README.md b/web/README.md
index 2d93428ee8..8e59ca5fd1 100644
--- a/web/README.md
+++ b/web/README.md
@@ -12,9 +12,9 @@ For our convenience, netdata provides 2 more layers:
## customizing the standard dashboards
-Charts information is stored at /usr/share/netdata/web/[dashboard_info.js](https://github.com/netdata/netdata/blob/master/web/dashboard_info.js). This file includes information that is rendered on the dashboard, controls chart colors, section and subsection heading, titles, etc.
+Charts information is stored at /usr/share/netdata/web/[dashboard_info.js](gui/dashboard_info.js). This file includes information that is rendered on the dashboard, controls chart colors, section and subsection heading, titles, etc.
-If you change that file, your changes will be overwritten when netdata is updated. You can preserve your settings by creating a new such file (there is /usr/share/netdata/web/[dashboard_info_custom.example.js](https://github.com/netdata/netdata/blob/master/web/dashboard_info_custom_example.js) you can use to start with).
+If you change that file, your changes will be overwritten when netdata is updated. You can preserve your settings by creating a new such file (there is /usr/share/netdata/web/[dashboard_info_custom.example.js](gui/dashboard_info_custom_example.js) you can use to start with).
You have to copy the example file under a new name, so that it will not be overwritten with netdata updates.