diff --git a/tools/Documentation/plugin-docs/download.md b/tools/Documentation/plugin-docs/download.md index d5a42dfd0..a5e8740a0 100644 --- a/tools/Documentation/plugin-docs/download.md +++ b/tools/Documentation/plugin-docs/download.md @@ -89,7 +89,7 @@ sub plugin_info { } ## Mandatory function to be implemented by your script -sub run_script { +sub provide_url { shift; my $lrr_info = shift; # Global info hash my ($useposts) = @_; # Plugin parameters