diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2012-08-20 12:35:35 -0400 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2012-08-20 12:35:35 -0400 |
commit | 3a438f5e84cef433d5c396f14dec8cd8a713e93c (patch) | |
tree | 95d6641727265b1027f2a10e3ae55d3afef06dac /docs/source/siteadmin/plugins.rst | |
parent | 27a68d2b1e620d4dbc607439b2857159eac8af70 (diff) | |
download | mediagoblin-3a438f5e84cef433d5c396f14dec8cd8a713e93c.tar.lz mediagoblin-3a438f5e84cef433d5c396f14dec8cd8a713e93c.tar.xz mediagoblin-3a438f5e84cef433d5c396f14dec8cd8a713e93c.zip |
Docs tweaks
This fixes some minor issues in the documentation.
Diffstat (limited to 'docs/source/siteadmin/plugins.rst')
-rw-r--r-- | docs/source/siteadmin/plugins.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/siteadmin/plugins.rst b/docs/source/siteadmin/plugins.rst index 594461c0..75562d4b 100644 --- a/docs/source/siteadmin/plugins.rst +++ b/docs/source/siteadmin/plugins.rst @@ -159,13 +159,13 @@ with plugins, think about the following: For example, change:: - [[mediagoblin.plugins.flatpages]] + [[mediagoblin.plugins.flatpagesfile]] to:: - [[-mediagoblin.plugins.flatpages]] + [[-mediagoblin.plugins.flatpagesfile]] - That'll prevent the ``mediagoblin.plugins.flatpages`` plugin from + That'll prevent the ``mediagoblin.plugins.flatpagesfile`` plugin from loading. 3. If it's a core plugin that comes with MediaGoblin, ask us for help! |