Code

rules: Fix the arch selection for enabling the gRPC plugin.
[pkg-collectd.git] / debian / README.Debian
index fbbb43f5d475429d6dae1e8f0fc9ad8e8cb466ca..e2aeacc9fe6703504c980bbfd4ebb44518d82b74 100644 (file)
@@ -109,10 +109,11 @@ Building your own plugins:
 - Originally, plugins for collectd had to be written in C and linked as shared
   objects. Starting with version 4.0.0, it is also possible to use plugins
   written in the scripting language Perl or implemented as separate processes.
-  See collectd-perl(5) and collectd-exec(5) for details.
+  In later versions, support for Java and Python has been added. See the
+  appropriate collectd-<extension>(5) manual page for details.
 
 - If you want to contribute plugins to the official distribution you should
-  read http://collectd.org/dev-info.shtml.
+  read https://collectd.org/dev-info.shtml.
 
 - If you want to build C plugins for your personal use only simply install the
   collectd-dev package and use /usr/share/doc/collectd-dev/examples/myplugin.c