diff options
Diffstat (limited to 'Making-Plugins.md')
| -rw-r--r-- | Making-Plugins.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Making-Plugins.md b/Making-Plugins.md index be5a148..159085b 100644 --- a/Making-Plugins.md +++ b/Making-Plugins.md @@ -9,14 +9,14 @@ with anything specific. Some useful information may be found here: -- https://github.com/supahgreg/tt-rss/blob/main/classes/PluginHost.php -- https://github.com/supahgreg/tt-rss/blob/main/classes/Plugin.php +- https://github.com/tt-rss/tt-rss/blob/main/classes/PluginHost.php +- https://github.com/tt-rss/tt-rss/blob/main/classes/Plugin.php -Frontend (JS) uses different hooks, which are defined in [PluginHost.js](https://github.com/supahgreg/tt-rss/blob/main/js/PluginHost.js) +Frontend (JS) uses different hooks, which are defined in [PluginHost.js](https://github.com/tt-rss/tt-rss/blob/main/js/PluginHost.js) ## Localization support -See ``time_to_read`` plugin for a complete example [here](https://github.com/supahgreg/tt-rss-plugin-time-to-read) +See ``time_to_read`` plugin for a complete example [here](https://github.com/tt-rss/tt-rss-plugin-time-to-read) ### Implementation |