From 70910f5ac19a64c1ffa1e7ed8ae9e3d09f2825fc Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Thu, 12 Jul 2012 11:19:49 +0200 Subject: [PATCH] Fix the reference to the ".beetsconfig" doc in plugins/web --- docs/plugins/web.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/web.rst b/docs/plugins/web.rst index 1874a9381..87cb72162 100644 --- a/docs/plugins/web.rst +++ b/docs/plugins/web.rst @@ -32,7 +32,7 @@ http://localhost:8337/. This is what it looks like: You can also specify the hostname and port number used by the Web server. These can be specified on the command line or in the ``[web]`` section of your -[Usage#Configuration .beetsconfig]. +:doc:`/reference/config`. On the command line, use ``beet web [HOSTNAME] [PORT]``. In the config file, use something like this::