summaryrefslogtreecommitdiff
path: root/Plugins.md
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-05 19:36:03 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-05 19:36:03 +0000
commitff9e9009c63b300eb7e19033cccceaa6ca7ee0a1 (patch)
tree0fb6e9666a3b3c496ab4a35677a642500ba76887 /Plugins.md
parent53aa4f30db9149fa200d8106d895cfe11aca8338 (diff)
First pass at fixing links and some formatting.
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` &rarr; `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