Fix URLs still pointing to the old wiki
authorAlexander E. Patrakov <patrakov@gmail.com>
Sat, 29 Nov 2014 16:49:11 +0000 (21:49 +0500)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 22 Dec 2014 10:59:23 +0000 (12:59 +0200)
Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
18 files changed:
po/id.po
po/it.po
src/daemon/server-lookup.c
src/daemon/server-lookup.h
src/modules/dbus/iface-card-profile.h
src/modules/dbus/iface-card.h
src/modules/dbus/iface-client.h
src/modules/dbus/iface-core.h
src/modules/dbus/iface-device-port.h
src/modules/dbus/iface-device.h
src/modules/dbus/iface-memstats.h
src/modules/dbus/iface-module.h
src/modules/dbus/iface-sample.h
src/modules/dbus/iface-stream.h
src/pulsecore/sink-input.h
src/pulsecore/sink.h
src/pulsecore/source-output.h
src/pulsecore/source.h

index dac5f865e777758408e118f6b0beee9aad5c5f61..589797e011745291d11e2e77d683a38fd36a5b38 100644 (file)
--- a/po/id.po
+++ b/po/id.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PulseAudio\n"
-"Report-Msgid-Bugs-To: http://pulseaudio.org/wiki/Community#BugsPatchesTranslations\n"
+"Report-Msgid-Bugs-To: http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/#bugspatchestranslations\n"
 "POT-Creation-Date: 2010-11-27 01:08+0000\n"
 "PO-Revision-Date: 2012-09-22 04:49+0000\n"
 "Last-Translator: Andika Triwidada <andika@gmail.com>\n"
index 1f769d0a29c9b2dd82fb27352b64bc36b8d8640b..dcf262c5452a0a47a6ec82493530519801a6341f 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -2044,7 +2044,7 @@ msgstr "\tProfilo attivo: %s\n"
 # Sink input
 # A stream that is connected to an output device, i.e. an input for a sink.
 #
-# from http://pulseaudio.org/wiki/WritingVolumeControlUIs
+# from http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/WritingVolumeControlUIs/
 #: ../src/utils/pactl.c:593 ../src/utils/pactl.c:868
 #, c-format
 msgid "Failed to get sink input information: %s"
@@ -2091,7 +2091,7 @@ msgstr ""
 # Source output
 # A stream that is connected to an input device, i.e. an output of a source.
 #
-# from http://pulseaudio.org/wiki/WritingVolumeControlUIs
+# from http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/WritingVolumeControlUIs/
 #: ../src/utils/pactl.c:663 ../src/utils/pactl.c:887
 #, c-format
 msgid "Failed to get source output information: %s"
index c2815300db9ebd8258b90532c8e720a3ecc0e316..2efc7d998efa820b2362a14758e9577a7a6dcb68 100644 (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"
index c930d5b7f3a9625c79474b517e3ec06ca2614350..842ec55f4f45b99cdcce7a891de83f13f104fcfd 100644 (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>
index dc616d3a8b97778c1b6a22328776f1ad3983ba8b..c2e4a6e7f495cda387c35547033f523d4e562ca0 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.CardProfile.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the CardProfile interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/CardProfile/
+ * for the CardProfile interface documentation.
  */
 
 #include <pulsecore/protocol-dbus.h>
index e2c08a3b7684afde9bfa4e2d35b000199b9469a6..f24a702c643e93629865a1654ef6cd490380a757 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.Card.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the Card interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Card/
+ * for the Card interface documentation.
  */
 
 #include <pulsecore/card.h>
index e8f151cd4926bedaed89aaf60caf76a47bf022e8..2b9831cc7dadb44c2f9ff161dd5927c4a529ce37 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.Client.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the Client interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Client/
+ * for the Client interface documentation.
  */
 
 #include <pulsecore/client.h>
index 900b6d1caef37b691e87f0c6dc5ec020781c452d..0201a0b9fc49597b711d2c0c9806eaafb5827e48 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the Core interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Core/
+ * for the Core interface documentation.
  */
 
 #include <pulsecore/core.h>
index 0461e2ff646e958655131743be95a0134bfcd439..76fada2a3b509b579b158cf02777b5655c9aa3fe 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.DevicePort.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the DevicePort interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/DevicePort/
+ * for the DevicePort interface documentation.
  */
 
 #include <pulsecore/protocol-dbus.h>
index 62e05e9a9c1e84cfed52d6de8cbfb9d2e9b08c0a..fbca2da8de10de3726312e80e3f9c4bb4f5ead70 100644 (file)
@@ -25,8 +25,8 @@
 /* This object implements the D-Bus interfaces org.PulseAudio.Core1.Device,
  * org.PulseAudio.Core1.Sink and org.PulseAudio.Core1.Source.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Device/
+ * for the interface documentation.
  */
 
 #include <pulsecore/protocol-dbus.h>
index 0820e8fe7de095c11edc397b9308c152e6057fa7..cc41acb3524660f278a07700ec99bd0d7687129c 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.Memstats.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the Memstats interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Memstats/
+ * for the Memstats interface documentation.
  */
 
 #include <pulsecore/core.h>
index 68ca1de53c18fedce02a534acb7c2089e1b3c842..6384cfa3d78f44da58bf6d57f06be5f48a0482aa 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.Module.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the Module interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Module/
+ * for the Module interface documentation.
  */
 
 #include <pulsecore/module.h>
index f1947ce8cc11abd3277e440a41d886e71f01a88d..9942c56e3050d100ec7cb379f86687c353d1e6f8 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.Sample.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the Sample interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Sample/
+ * for the Sample interface documentation.
  */
 
 #include <pulsecore/core-scache.h>
index 036b4e7e36cfe9dda5e727818904317d60fdff43..b119b9ae036edb83eec2425b74d2aa5272807e7e 100644 (file)
@@ -24,8 +24,8 @@
 
 /* This object implements the D-Bus interface org.PulseAudio.Core1.Stream.
  *
- * See http://pulseaudio.org/wiki/DBusInterface for the Stream interface
- * documentation.
+ * See http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/Stream/
+ * for the Stream interface documentation.
  */
 
 #include <pulsecore/protocol-dbus.h>
index 15f931569613c1c6ccc1e4f97ad25dbeffd90a66..bd71b04cd8b32d3aa47049617c1be4e4db4f2e68 100644 (file)
@@ -96,7 +96,7 @@ struct pa_sink_input {
 
     pa_sink_input *sync_prev, *sync_next;
 
-    /* Also see http://pulseaudio.org/wiki/InternalVolumes */
+    /* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
     pa_cvolume volume;             /* The volume clients are informed about */
     pa_cvolume reference_ratio;    /* The ratio of the stream's volume to the sink's reference volume */
     pa_cvolume real_ratio;         /* The ratio of the stream's volume to the sink's real volume */
index d18e0bed58fa9e2e553eaa235cabe687839c55ad..5a5974b6a155cb778c1f66189a006d4c0b367e39 100644 (file)
@@ -90,7 +90,7 @@ struct pa_sink {
     pa_volume_t base_volume; /* shall be constant */
     unsigned n_volume_steps; /* shall be constant */
 
-    /* Also see http://pulseaudio.org/wiki/InternalVolumes */
+    /* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
     pa_cvolume reference_volume; /* The volume exported and taken as reference base for relative sink input volumes */
     pa_cvolume real_volume;      /* The volume that the hardware is configured to  */
     pa_cvolume soft_volume;      /* The internal software volume we apply to all PCM data while it passes through */
index 3ed950bd2e6b09aa5f0a781fd2dbe18be58bbcfa..588f3143ab85fe15b2b73b3a2d9a2a24c9251255 100644 (file)
@@ -87,7 +87,7 @@ struct pa_source_output {
     pa_channel_map channel_map;
     pa_format_info *format;
 
-    /* Also see http://pulseaudio.org/wiki/InternalVolumes */
+    /* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
     pa_cvolume volume;             /* The volume clients are informed about */
     pa_cvolume reference_ratio;    /* The ratio of the stream's volume to the source's reference volume */
     pa_cvolume real_ratio;         /* The ratio of the stream's volume to the source's real volume */
index 1c9ececa359f62b3f1b32ca41a15e931c1328b24..0e5709448d69fe2b1b8c3b67399e3d8435f185b7 100644 (file)
@@ -90,7 +90,7 @@ struct pa_source {
     pa_volume_t base_volume; /* shall be constant */
     unsigned n_volume_steps; /* shall be constant */
 
-    /* Also see http://pulseaudio.org/wiki/InternalVolumes */
+    /* Also see http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Volumes/ */
     pa_cvolume reference_volume; /* The volume exported and taken as reference base for relative source output volumes */
     pa_cvolume real_volume;      /* The volume that the hardware is configured to  */
     pa_cvolume soft_volume;      /* The internal software volume we apply to all PCM data while it passes through */