summaryrefslogtreecommitdiffstats
path: root/collectors/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/README.md')
-rw-r--r--collectors/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/collectors/README.md b/collectors/README.md
index b7fc73286..83c92d9dd 100644
--- a/collectors/README.md
+++ b/collectors/README.md
@@ -15,9 +15,9 @@ To minimize the number of processes spawn for data collection, netdata also supp
data collection modules with the minimum of code.
Currently netdata provides plugin orchestrators
- BASH v4+ [charts.d.plugin](charts.d.plugin),
- node.js [node.d.plugin](node.d.plugin) and
- python v2+ (including v3) [python.d.plugin](python.d.plugin).
+ BASH v4+ [charts.d.plugin](charts.d.plugin/),
+ node.js [node.d.plugin](node.d.plugin/) and
+ python v2+ (including v3) [python.d.plugin](python.d.plugin/).
## Netdata Plugins