Fix URLs still pointing to the old wiki

Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
This commit is contained in:
Alexander E. Patrakov 2014-11-29 21:49:11 +05:00 committed by Tanu Kaskinen
parent d9854577c3
commit 6e4e8621a6
18 changed files with 30 additions and 30 deletions

View file

@ -49,7 +49,7 @@ static const char introspection[] =
DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE
"<node>"
" <!-- If you are looking for documentation make sure to check out\n"
" http://pulseaudio.org/wiki/DBusInterface -->\n"
" http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/ -->\n"
" <interface name=\"" INTERFACE "\">\n"
" <property name=\"Address\" type=\"s\" access=\"read\"/>\n"
" </interface>\n"

View file

@ -26,8 +26,8 @@
* /org/pulseaudio/server_lookup. Implemented interfaces
* are org.pulseaudio.ServerLookup and org.freedesktop.DBus.Introspectable.
*
* See http://pulseaudio.org/wiki/DBusInterface for the ServerLookup interface
* documentation.
* See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/ConnectingToServer/
* for the ServerLookup interface documentation.
*/
#include <pulsecore/core.h>