From cbd119c7a3a6695e2a488d4d1837de46a5556beb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 25 Feb 2019 19:11:17 +0300 Subject: pref-prefs: fix markup --- plugins/search_sphinx/init.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/search_sphinx/init.php') diff --git a/plugins/search_sphinx/init.php b/plugins/search_sphinx/init.php index 8520bb0d8..95b7ad676 100644 --- a/plugins/search_sphinx/init.php +++ b/plugins/search_sphinx/init.php @@ -5,7 +5,8 @@ class Search_Sphinx extends Plugin { return array(1.0, "Delegate searching for articles to Sphinx (don't forget to set options in config.php)", "hoelzro", - true); + true, + "https://git.tt-rss.org/fox/tt-rss/wiki/SphinxSearch"); } function init($host) { @@ -61,4 +62,4 @@ class Search_Sphinx extends Plugin { function api_version() { return 2; } -} \ No newline at end of file +} -- cgit v1.2.3