From ff9e9009c63b300eb7e19033cccceaa6ca7ee0a1 Mon Sep 17 00:00:00 2001 From: supahgreg Date: Sun, 5 Oct 2025 19:36:03 +0000 Subject: First pass at fixing links and some formatting. --- Plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Plugins.md') diff --git a/Plugins.md b/Plugins.md index ed3de78..6e981b7 100644 --- a/Plugins.md +++ b/Plugins.md @@ -13,7 +13,7 @@ etc. There are two kinds of plugins: user and system. User plugins are enabled in `Preferences` → `Plugins`. System plugins require adding them to a [global -configuration](wiki/GlobalConfig.md) directive PLUGINS which is a +configuration](Global-Config) directive PLUGINS which is a comma-separated list of enabled system plugins, i.e. ```js @@ -22,7 +22,7 @@ putenv('TTRSS_PLUGINS=auth_internal, other_plugin'); System plugins are always enabled for all users. If multiple search plugins are loaded, only the first one is used -If you are interested in making plugins, see [MakingPlugins](wiki/MakingPlugins.md), +If you are interested in making plugins, see [Making-Plugins](Making-Plugins), https://github.com/topics/tt-rss-plugin , https://github.com/topics/ttrss-plugins , etc. ### Installing plugins -- cgit v1.2.3-54-g00ecf