@cryptotaxi247 / netdata-1 / commits / 033608e91

replaced reference to raw.githubuser to a relative path (#11405)

* replaced reference to raw.githubuser to a relative path inside the project * fix missing work on path * fix missing work on path * remove extra backslash

Hugo Valente committed Aug 6, 2021 at 16:18 UTC 033608e919d1559a8d7d63fc2faba8801cafc3b0
1 file changed +3 -3
web/gui/custom/README.md
+3 -3
@@ -17,14 +17,14 @@ You can:
17 You can also add Netdata charts to existing web pages.
18
19 Check this **[very simple working example of a custom dashboard](http://netdata.firehol.org/demo.html)**, and its
20 -**[html source](https://raw.githubusercontent.com/netdata/netdata/master/web/gui/demo.html)**.
20 +**[html source](/web/gui/dashboard/demo.html)**.
21
22 You should also look at the [custom dashboard
23 template](https://my-netdata.io/dashboard.html), which contains samples of all
24 -supported charts. The code is [here](https://raw.githubusercontent.com/netdata/netdata/master/web/gui/dashboard.html).
24 +supported charts. The code is [here](/web/gui/dashboard/dashboard.html).
25
26 If you plan to put the dashboard on TV, check out
27 -[tv.html](https://raw.githubusercontent.com/netdata/netdata/master/web/gui/tv.html). Here's is a screenshot of it,
27 +[tv.html](/web/gui/dashboard/tv.html). Here's is a screenshot of it,
28 monitoring two servers on the same page:
29
30 ![image](https://cloud.githubusercontent.com/assets/2662304/14252187/d8d5f78e-fa8e-11e5-990d-99821d38c874.png)