summaryrefslogtreecommitdiff
path: root/Plugins.md
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins.md')
-rw-r--r--Plugins.md4
1 files changed, 2 insertions, 2 deletions
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 <code>PLUGINS</code> which is a
+configuration](Global-Config) directive <code>PLUGINS</code> 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