From e4af04e3bec09ed6338dcf3f5e429c11176d6eb5 Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Tue, 6 Aug 2013 10:34:42 +0200 Subject: [PATCH] docs/inline.rst: The ``[paths]`` section is now ``paths:`` --- docs/plugins/inline.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/inline.rst b/docs/plugins/inline.rst index fddd2c974..1a7adebe4 100644 --- a/docs/plugins/inline.rst +++ b/docs/plugins/inline.rst @@ -3,7 +3,7 @@ Inline Plugin The ``inline`` plugin lets you use Python to customize your path formats. Using it, you can define template fields in your beets configuration file and refer -to them from your template strings in the ``[paths]`` section (see +to them from your template strings in the ``paths:`` section (see :doc:`/reference/config/`). To use inline field definitions, first enable the plugin by putting ``inline``