diff options
author | Max Kellermann <max@duempel.org> | 2013-11-08 12:26:07 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-08 12:26:07 +0100 |
commit | 017bc564af9dd77a5ecd0d0259dfb5fffa975097 (patch) | |
tree | dcd5fcc90c199db5b3f43967225c03d0ab4d9953 | |
parent | e076ff9085c517e9e3a6228080f2405637921f1c (diff) |
doc: replace the remaining wikia links
-rw-r--r-- | INSTALL | 9 | ||||
-rw-r--r-- | doc/mpdconf.example | 7 | ||||
-rw-r--r-- | doc/user.xml | 4 |
3 files changed, 9 insertions, 11 deletions
@@ -3,9 +3,11 @@ Introduction ------------ + This document is a very small amount of documentation about what is needed to -install MPD. If more information is desired see the community wiki at -http://mpd.wikia.com. +install MPD. If more information is desired, read the user manual: + + http://www.musicpd.org/doc/user/ Dependencies ------------ @@ -208,6 +210,5 @@ Using MPD --------- You can download many different interfaces for MPD at - <http://mpd.wikia.com/wiki/Clients> -MPD can be interfaced directly using telnet (see COMMANDS, if you are brave). + http://www.musicpd.org/clients/ 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> |