diff options
Diffstat (limited to '')
-rw-r--r-- | doc/mpdconf.example | 7 | ||||
-rw-r--r-- | doc/user.xml | 4 |
2 files changed, 4 insertions, 7 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 37fb8a14b..0881de11d 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -1,5 +1,5 @@ -# An example configuration file for MPD -# See the mpd.conf man page for a more detailed description of each parameter. +# An example configuration file for MPD. +# Read the user manual for documentation: http://www.musicpd.org/doc/user/ # Files and directories ####################################################### @@ -204,9 +204,6 @@ input { # blocks. Setting this block is optional, though the server will only attempt # autodetection for one sound card. # -# See <http://mpd.wikia.com/wiki/Configuration#Audio_Outputs> for examples of -# other audio outputs. -# # An example of an ALSA output: # #audio_output { diff --git a/doc/user.xml b/doc/user.xml index 605cb0dbb..91748dfab 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -67,7 +67,7 @@ <para> Download the source tarball from <ulink - url="http://mpd.wikia.com/wiki/Server">the MPD home + url="http://www.musicpd.org/download.html">the MPD home page</ulink> and unpack it: </para> @@ -630,7 +630,7 @@ systemctl start mpd.socket</programlisting> </para> <para> - The <ulink url="http://mpd.wikia.com/wiki/Clients">MPD + The <ulink url="http://www.musicpd.org/clients/">MPD Wiki</ulink> contains an extensive list of clients to choose from. </para> |