]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
doc: Use https URLs for home page and AUTHORS
authorSimon McVittie <smcv@collabora.com>
Wed, 18 May 2022 15:50:50 +0000 (16:50 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 18 May 2022 16:05:31 +0000 (16:05 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
README
doc/dbus-cleanup-sockets.1.xml.in
doc/dbus-daemon.1.xml.in
doc/dbus-launch.1.xml.in
doc/dbus-monitor.1.xml.in
doc/dbus-run-session.1.xml.in
doc/dbus-send.1.xml.in
doc/dbus-test-tool.1.xml.in
doc/dbus-update-activation-environment.1.xml.in
doc/dbus-uuidgen.1.xml.in

diff --git a/README b/README
index 71ebc05d5324bb7441b90c24cb1d5eccbddb28d7..fe16284bacb6b1fc0a8c6a89454355d5f462b1e4 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,7 @@ The "and coordination" part is important; D-Bus provides a bus daemon that does
  - start services on demand
  - support single-instance applications
 
-See http://www.freedesktop.org/software/dbus/ for lots of documentation, 
+See https://www.freedesktop.org/wiki/Software/dbus/ for lots of documentation,
 mailing lists, etc.
 
 See also the file CONTRIBUTING.md for notes of interest to developers
index 6d98083dfdcc55aad61353097c7ab2351f2861b4..1fa16773b92e6d2dbba64c1ab3f7bd57f36d165f 100644 (file)
@@ -28,7 +28,7 @@
 
 <refsect1 id='description'><title>DESCRIPTION</title>
 <para>The <command>dbus-cleanup-sockets</command> command cleans up unused D-Bus
-connection sockets. See <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for
+connection sockets. See <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink> for
 more information about the big picture.</para>
 
 
@@ -60,6 +60,6 @@ linc-cleanup-sockets written by Michael Meeks.</para>
 
 <refsect1 id='bugs'><title>BUGS</title>
 <para>Please send bug reports to the D-Bus mailing list or bug tracker,
-see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
+see <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink></para>
 </refsect1>
 </refentry>
index cb81157798f5c33fc0ee33d4c15fa267a7cd7759..ae9b5aa3b4bb3a464b0696f744ca7751d3a6cb92 100644 (file)
@@ -40,7 +40,7 @@
 
 <refsect1 id='description'><title>DESCRIPTION</title>
 <para><command>dbus-daemon</command> is the D-Bus message bus daemon. See
-<ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for more information about
+<ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink> for more information about
 the big picture. D-Bus is first a library that provides one-to-one
 communication between any two applications; <command>dbus-daemon</command> is an
 application that uses this library to implement a message bus
@@ -1545,12 +1545,12 @@ for example.</para>
 </refsect1>
 
 <refsect1 id='author'><title>AUTHOR</title>
-<para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
+<para>See <ulink url='https://dbus.freedesktop.org/doc/AUTHORS'>https://dbus.freedesktop.org/doc/AUTHORS</ulink></para>
 
 </refsect1>
 
 <refsect1 id='bugs'><title>BUGS</title>
 <para>Please send bug reports to the D-Bus mailing list or bug tracker,
-see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
+see <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink></para>
 </refsect1>
 </refentry>
index 2fcea03f209535577a3ba4346bc4f293157472b8..1b4b4db2c41186050b5a894c610f7bc294ab7768 100644 (file)
@@ -77,7 +77,7 @@ In scripts, it's more robust to avoid --auto-syntax and you hopefully
 know which shell your script is written in.</para>
 
 
-<para>See <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for more information
+<para>See <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink> for more information
 about D-Bus. See also the man page for <emphasis remap='I'>dbus-daemon</emphasis>.</para>
 
 </refsect1>
@@ -297,12 +297,12 @@ own right.</para>
 </refsect1>
 
 <refsect1 id='author'><title>AUTHOR</title>
-<para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
+<para>See <ulink url='https://dbus.freedesktop.org/doc/AUTHORS'>https://dbus.freedesktop.org/doc/AUTHORS</ulink></para>
 
 </refsect1>
 
 <refsect1 id='bugs'><title>BUGS</title>
 <para>Please send bug reports to the D-Bus mailing list or bug tracker,
-see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
+see <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink></para>
 </refsect1>
 </refentry>
index 2f807d2f118eec4be599fea7f7156f060f434a9b..7a15b94546df12d2bc818e0019e43b4e719d2b72 100644 (file)
@@ -32,7 +32,7 @@
 <refsect1 id='description'><title>DESCRIPTION</title>
 <para>The <command>dbus-monitor</command> command is used to monitor messages going
 through a D-Bus message bus.  See
-<ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for more information about
+<ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink> for more information about
 the big picture.</para>
 
 
@@ -128,6 +128,6 @@ The profiling output mode was added by Olli Salli.</para>
 
 <refsect1 id='bugs'><title>BUGS</title>
 <para>Please send bug reports to the D-Bus mailing list or bug tracker,
-see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
+see <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink></para>
 </refsect1>
 </refentry>
index 06b29fe5bd71071101eaa5d4b8d0af78051aad1e..01989d59443f13c72829cc06a5981b1335d326ee 100644 (file)
@@ -142,12 +142,12 @@ in the environment variable
 
 <refsect1 id='bugs'><title>BUGS</title>
 <para>Please send bug reports to the D-Bus mailing list or bug tracker,
-see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
+see <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink></para>
 </refsect1>
 
 <refsect1 id='author'>
   <title>AUTHOR</title>
-  <para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
+  <para>See <ulink url='https://dbus.freedesktop.org/doc/AUTHORS'>https://dbus.freedesktop.org/doc/AUTHORS</ulink></para>
 </refsect1>
 
 <refsect1 id='see_also'><title>SEE ALSO</title>
index 981c786dbc4e00bbe789c7f25cdc3df6183fc9e7..65194b44e29c04dd9d43ad0fc0e32668640bd7ac 100644 (file)
@@ -37,7 +37,7 @@
 
 <refsect1 id='description'><title>DESCRIPTION</title>
 <para>The <command>dbus-send</command> command is used to send a message to a D-Bus message
-bus. See <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for more
+bus. See <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink> for more
 information about the big picture.</para>
 
 
@@ -172,6 +172,6 @@ The default is implementation&hyphen;defined, typically 25 seconds.</para>
 
 <refsect1 id='bugs'><title>BUGS</title>
 <para>Please send bug reports to the D-Bus mailing list or bug tracker,
-see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
+see <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink></para>
 </refsect1>
 </refentry>
index e4770dd60da59e4a1ef6adb38176cb753757f74f..62dc55808715f2615f6081c46570ea59a82e8c0b 100644 (file)
   <refsect1 id="bugs">
     <title>BUGS</title>
       <para>Please send bug reports to the D-Bus bug tracker or mailing list.
-        See <ulink url="http://www.freedesktop.org/software/dbus/">http://www.freedesktop.org/software/dbus/</ulink>.</para>
+        See <ulink url="https://www.freedesktop.org/wiki/Software/dbus/">https://www.freedesktop.org/wiki/Software/dbus/</ulink>.</para>
   </refsect1>
 
   <refsect1 id='author'>
     <title>AUTHOR</title>
-    <para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
+    <para>See <ulink url='https://dbus.freedesktop.org/doc/AUTHORS'>https://dbus.freedesktop.org/doc/AUTHORS</ulink></para>
   </refsect1>
 
   <refsect1 id="see_also">
index 16ff1c536dc554fcf0fb99016a458a02ad1d9890..3d207a494201b4dbe12492997204b635050c6963 100644 (file)
   <refsect1 id="bugs">
     <title>BUGS</title>
       <para>Please send bug reports to the D-Bus bug tracker or mailing list.
-        See <ulink url="http://www.freedesktop.org/software/dbus/">http://www.freedesktop.org/software/dbus/</ulink>.</para>
+        See <ulink url="https://www.freedesktop.org/wiki/Software/dbus/">https://www.freedesktop.org/wiki/Software/dbus/</ulink>.</para>
   </refsect1>
 
   <refsect1 id='author'>
     <title>AUTHOR</title>
-    <para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
+    <para>See <ulink url='https://dbus.freedesktop.org/doc/AUTHORS'>https://dbus.freedesktop.org/doc/AUTHORS</ulink></para>
   </refsect1>
 
   <refsect1 id="see_also">
index fbd268124ae73d6b9e52ba96512bd7080fceb40e..60cfc8c9ab7d9e8fd044cba39aa232ec4c124f2e 100644 (file)
@@ -37,7 +37,7 @@ UUIDs compatible with that spec. Many systems have a separate command
 for that (often called "uuidgen").</para>
 
 
-<para>See <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink> for more information
+<para>See <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink> for more information
 about D-Bus.</para>
 
 
@@ -115,12 +115,12 @@ On success, prints no output.</para>
 </refsect1>
 
 <refsect1 id='author'><title>AUTHOR</title>
-<para>See <ulink url='http://www.freedesktop.org/software/dbus/doc/AUTHORS'>http://www.freedesktop.org/software/dbus/doc/AUTHORS</ulink></para>
+<para>See <ulink url='https://dbus.freedesktop.org/doc/AUTHORS'>https://dbus.freedesktop.org/doc/AUTHORS</ulink></para>
 
 </refsect1>
 
 <refsect1 id='bugs'><title>BUGS</title>
 <para>Please send bug reports to the D-Bus mailing list or bug tracker,
-see <ulink url='http://www.freedesktop.org/software/dbus/'>http://www.freedesktop.org/software/dbus/</ulink></para>
+see <ulink url='https://www.freedesktop.org/wiki/Software/dbus/'>https://www.freedesktop.org/wiki/Software/dbus/</ulink></para>
 </refsect1>
 </refentry>