Module: monitoring-plugin-perl Branch: master Commit: 93537ecfecff5b39364892643ab7ac6497299dab Author: Sven Nierlein <[email protected]> Date: Mon Dec 8 14:43:43 2014 +0100 URL: https://www.monitoring-plugins.org/repositories/monitoring-plugin-perl/commit/?id=93537ec
fix link to documentation Signed-off-by: Sven Nierlein <[email protected]> --- lib/Monitoring/Plugin/Getopt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Monitoring/Plugin/Getopt.pm b/lib/Monitoring/Plugin/Getopt.pm index 63f751c..354f713 100644 --- a/lib/Monitoring/Plugin/Getopt.pm +++ b/lib/Monitoring/Plugin/Getopt.pm @@ -41,7 +41,7 @@ my @ARGS = ({ help => "-V, --version\n Print version information", }, { spec => 'extra-opts:s@', - help => "--extra-opts=[section][\@file]\n Read options from an ini file. See http://nagiosplugins.org/extra-opts\n for usage and examples.", + help => "--extra-opts=[section][\@file]\n Read options from an ini file. See https://www.monitoring-plugins.org/doc/extra-opts.html\n for usage and examples.", }, { spec => 'timeout|t=i', help => "-t, --timeout=INTEGER\n Seconds before plugin times out (default: %s)",
