diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-06 18:51:56 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-06 18:51:56 +0000 |
| commit | 358f480ea8f14d9db8a933e84f3339e533c626fb (patch) | |
| tree | e2906ed47435e2cdc84523d55df16dc597b6849b /Making-Plugins.md | |
| parent | 83140cfbcba7e42202b05c820066d2f2e5a45fef (diff) | |
Switch links to the 'tt-rss' GitHub organization.
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 |