From 6e4e8621a6f479b1d6dd640049c5d929aff1076a Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Sat, 29 Nov 2014 21:49:11 +0500 Subject: [PATCH] Fix URLs still pointing to the old wiki Signed-off-by: Alexander E. Patrakov --- po/id.po | 2 +- po/it.po | 4 ++-- src/daemon/server-lookup.c | 2 +- src/daemon/server-lookup.h | 4 ++-- src/modules/dbus/iface-card-profile.h | 4 ++-- src/modules/dbus/iface-card.h | 4 ++-- src/modules/dbus/iface-client.h | 4 ++-- src/modules/dbus/iface-core.h | 4 ++-- src/modules/dbus/iface-device-port.h | 4 ++-- src/modules/dbus/iface-device.h | 4 ++-- src/modules/dbus/iface-memstats.h | 4 ++-- src/modules/dbus/iface-module.h | 4 ++-- src/modules/dbus/iface-sample.h | 4 ++-- src/modules/dbus/iface-stream.h | 4 ++-- src/pulsecore/sink-input.h | 2 +- src/pulsecore/sink.h | 2 +- src/pulsecore/source-output.h | 2 +- src/pulsecore/source.h | 2 +- 18 files changed, 30 insertions(+), 30 deletions(-) diff --git a/po/id.po b/po/id.po index dac5f865e..589797e01 100644 --- 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 \n" diff --git a/po/it.po b/po/it.po index 1f769d0a2..dcf262c54 100644 --- 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" diff --git a/src/daemon/server-lookup.c b/src/daemon/server-lookup.c index c2815300d..2efc7d998 100644 --- a/src/daemon/server-lookup.c +++ b/src/daemon/server-lookup.c @@ -49,7 +49,7 @@ static const char introspection[] = DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE "" " \n" + " http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/Clients/DBus/ -->\n" " \n" " \n" " \n" diff --git a/src/daemon/server-lookup.h b/src/daemon/server-lookup.h index c930d5b7f..842ec55f4 100644 --- a/src/daemon/server-lookup.h +++ b/src/daemon/server-lookup.h @@ -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 diff --git a/src/modules/dbus/iface-card-profile.h b/src/modules/dbus/iface-card-profile.h index dc616d3a8..c2e4a6e7f 100644 --- a/src/modules/dbus/iface-card-profile.h +++ b/src/modules/dbus/iface-card-profile.h @@ -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 diff --git a/src/modules/dbus/iface-card.h b/src/modules/dbus/iface-card.h index e2c08a3b7..f24a702c6 100644 --- a/src/modules/dbus/iface-card.h +++ b/src/modules/dbus/iface-card.h @@ -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 diff --git a/src/modules/dbus/iface-client.h b/src/modules/dbus/iface-client.h index e8f151cd4..2b9831cc7 100644 --- a/src/modules/dbus/iface-client.h +++ b/src/modules/dbus/iface-client.h @@ -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 diff --git a/src/modules/dbus/iface-core.h b/src/modules/dbus/iface-core.h index 900b6d1ca..0201a0b9f 100644 --- a/src/modules/dbus/iface-core.h +++ b/src/modules/dbus/iface-core.h @@ -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 diff --git a/src/modules/dbus/iface-device-port.h b/src/modules/dbus/iface-device-port.h index 0461e2ff6..76fada2a3 100644 --- a/src/modules/dbus/iface-device-port.h +++ b/src/modules/dbus/iface-device-port.h @@ -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 diff --git a/src/modules/dbus/iface-device.h b/src/modules/dbus/iface-device.h index 62e05e9a9..fbca2da8d 100644 --- a/src/modules/dbus/iface-device.h +++ b/src/modules/dbus/iface-device.h @@ -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 diff --git a/src/modules/dbus/iface-memstats.h b/src/modules/dbus/iface-memstats.h index 0820e8fe7..cc41acb35 100644 --- a/src/modules/dbus/iface-memstats.h +++ b/src/modules/dbus/iface-memstats.h @@ -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 diff --git a/src/modules/dbus/iface-module.h b/src/modules/dbus/iface-module.h index 68ca1de53..6384cfa3d 100644 --- a/src/modules/dbus/iface-module.h +++ b/src/modules/dbus/iface-module.h @@ -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 diff --git a/src/modules/dbus/iface-sample.h b/src/modules/dbus/iface-sample.h index f1947ce8c..9942c56e3 100644 --- a/src/modules/dbus/iface-sample.h +++ b/src/modules/dbus/iface-sample.h @@ -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 diff --git a/src/modules/dbus/iface-stream.h b/src/modules/dbus/iface-stream.h index 036b4e7e3..b119b9ae0 100644 --- a/src/modules/dbus/iface-stream.h +++ b/src/modules/dbus/iface-stream.h @@ -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 diff --git a/src/pulsecore/sink-input.h b/src/pulsecore/sink-input.h index 15f931569..bd71b04cd 100644 --- a/src/pulsecore/sink-input.h +++ b/src/pulsecore/sink-input.h @@ -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 */ diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h index d18e0bed5..5a5974b6a 100644 --- a/src/pulsecore/sink.h +++ b/src/pulsecore/sink.h @@ -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 */ diff --git a/src/pulsecore/source-output.h b/src/pulsecore/source-output.h index 3ed950bd2..588f3143a 100644 --- a/src/pulsecore/source-output.h +++ b/src/pulsecore/source-output.h @@ -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 */ diff --git a/src/pulsecore/source.h b/src/pulsecore/source.h index 1c9ececa3..0e5709448 100644 --- a/src/pulsecore/source.h +++ b/src/pulsecore/source.h @@ -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 */ -- 2.34.1