From 39d6b73c5f77174be2820ba566390ff81e8c4e0b Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Wed, 17 Oct 2018 03:08:25 +0200 Subject: [PATCH] doc: change link for plugin example graphs to the guide --- plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/README.md b/plugins/README.md index 1bee0c21..7ddc08fd 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -29,7 +29,7 @@ Please note, that this repository is not supposed to be a dumping site for rando 6. pick a suitable [name and location](#Plugin_name_and_location) 7. bonus: * use the [multigraph approach](http://guide.munin-monitoring.org/en/latest/plugin/multigraphing.html#plugin-multigraphing) for non-trivial plugins - * add [example graphs](http://munin-monitoring.org/wiki/PluginGallery#Rulesforplugincontributors) for the [gallery](http://gallery.munin-monitoring.org/) + * add [example graphs](http://guide.munin-monitoring.org/en/latest/develop/plugins/plugin-gallery.html#rules-for-plugin-contributors) for the [gallery](http://gallery.munin-monitoring.org/) * support [dirtyconfig](http://guide.munin-monitoring.org/en/latest/plugin/protocol-dirtyconfig.html#plugin-protocol-dirtyconfig) if it is suitable 8. open a [pull request](https://github.com/munin-monitoring/contrib/pull/) with your new plugin or send it attached to an email to the [mailing list](https://lists.sourceforge.net/lists/listinfo/munin-users)