@cryptotaxi247 / netdata-1 / commits / f3432cd93

Custom dash broken links (#11413)

* fix since markdown redirect didn't open for html

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