Code

collectd.conf.pod: update libyajl URL
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 15 Jun 2015 06:50:04 +0000 (08:50 +0200)
committerMarc 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!

src/collectd.conf.pod

index dad95c9cac29bb532ba67ce994c7357cb80fdf8a..a47292a43247aa20e445fb4bc11ec42a5f4135b0 100644 (file)
@@ -1116,7 +1116,7 @@ is set to B<true>, B<Match> blocks are optional.
 =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