From 6c878c740b7f8aa9db4211de622c3743284afabc Mon Sep 17 00:00:00 2001 From: Grant Pannell Date: Mon, 28 May 2018 01:10:38 +0930 Subject: [PATCH] Fix URL to plugins.local --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 6bd2752..414cad4 100644 --- a/init.php +++ b/init.php @@ -52,7 +52,7 @@ class Fever extends Plugin { print ""; print ""; - print "

" . __("To login with the Fever API, set your server details in your favourite RSS application to: ") . get_self_url_prefix() . "/plugins/fever/" . "

"; + print "

" . __("To login with the Fever API, set your server details in your favourite RSS application to: ") . get_self_url_prefix() . "/plugins.local/fever/" . "

"; print "

" . __("Additional details can be found at ") . "https://feedafever.com/api

"; print "

" . __("Note: Due to the limitations of the API and some RSS clients (for example, Reeder on iOS), some features are unavailable: \"Special\" Feeds (Published / Tags / Labels / Fresh / Recent), Nested Categories (hierarchy is flattened)") . "

";