summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b8a525a)
raw | patch | inline | side by side (parent: b8a525a)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 15 Jun 2015 06:50:04 +0000 (08:50 +0200) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 15 Jun 2015 06:50:04 +0000 (08:50 +0200) |
Fixes #1081
Thanks to @msalmonse for pointing this out!
Thanks to @msalmonse for pointing this out!
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index dad95c9cac29bb532ba67ce994c7357cb80fdf8a..a47292a43247aa20e445fb4bc11ec42a5f4135b0 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=head2 Plugin C<curl_json>
The B<curl_json plugin> collects values from JSON data to be parsed by
-B<libyajl> (L<http://www.lloydforge.org/projects/yajl/>) retrieved via
+B<libyajl> (L<https://lloyd.github.io/yajl/>) retrieved via
either B<libcurl> (L<http://curl.haxx.se/>) or read directly from a
unix socket. The former can be used, for example, to collect values
from CouchDB documents (which are stored JSON notation), and the