]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Use https for project-related documentation.
authorMilan Broz <gmazyland@gmail.com>
Sat, 5 Nov 2022 09:43:49 +0000 (10:43 +0100)
committerMilan Broz <gmazyland@gmail.com>
Sat, 5 Nov 2022 09:43:49 +0000 (10:43 +0100)
Some browsers already force https use, fix links
for sites that can be easily redirected.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Documentation/deprecated.txt
Documentation/howto-contribute.txt
README
configure.ac
man-common/translation.adoc
util-linux.doap

index 4d4b309d657ec8566342296d1132bb2792b64ddd..0d5c7640c8059507cc69ec97d8678e1f35de3863 100644 (file)
@@ -121,4 +121,4 @@ Copyright (C) 1997 The Open Group
        line
        pg
 
-  http://pubs.opengroup.org/onlinepubs/7908799/xcu/intro.html#tag_001_003_003
+  https://pubs.opengroup.org/onlinepubs/7908799/xcu/intro.html#tag_001_003_003
index fe68c6ae6680d2666277f2c5de94e8dc038b3a52..fb41c5da38eff355756ee778807342944506c4b4 100644 (file)
@@ -32,7 +32,7 @@ Sending Patches
          Hint: use 'git clean -Xd'.
 
         * don't include po/ (translations) changes to the upstream patches.
-          The po/ stuff is maintained on http://translationproject.org/domain/util-linux.html
+          The po/ stuff is maintained on https://translationproject.org/domain/util-linux.html
           and updated always before the next release.
 
        * neutrality: the files in util-linux should be distribution-neutral.
@@ -162,7 +162,7 @@ Coding Style
        * the preferred coding style is based on the linux kernel coding-style.
          Available here:
 
-       http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/process/coding-style.rst
+       https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/process/coding-style.rst
 
        * use 'FIXME:' with a good description, if you want to inform others
          that something is not quite right, and you are unwilling to fix the
@@ -244,5 +244,5 @@ Standards Compliance
                The Single UNIX(TM) Specification, Version 2
                Copyright (C) 1997 The Open Group
 
-               http://pubs.opengroup.org/onlinepubs/7908799/xcuix.html
+               https://pubs.opengroup.org/onlinepubs/7908799/xcuix.html
 
diff --git a/README b/README
index dd87bf587037ddc7d0837bead985945981f1d8b9..d9f216c44e18971330ba2f54f4abae2cb1207fa0 100644 (file)
--- a/README
+++ b/README
@@ -45,7 +45,7 @@ BUG REPORTING:
 NLS (PO TRANSLATIONS):
 
       PO files are maintained by:
-         http://translationproject.org/domain/util-linux.html
+         https://translationproject.org/domain/util-linux.html
 
 VERSION SCHEMA:
 
@@ -77,7 +77,7 @@ SOURCE CODE:
          git clone git://github.com/util-linux/util-linux.git
 
     Web interfaces:
-         http://git.kernel.org/cgit/utils/util-linux/util-linux.git
+         https://git.kernel.org/cgit/utils/util-linux/util-linux.git
          https://github.com/util-linux/util-linux
 
       Note: the GitHub repository may contain temporary development branches too.
index 6c0720c143ae55112063b879db89d6f04c4af9ba..91bb1dfb4736792ad3db82d44c65593c183537a4 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT([util-linux],
        m4_esyscmd([tools/git-version-gen .tarball-version]),
        [kzak@redhat.com], [],
-       [http://www.kernel.org/pub/linux/utils/util-linux/])
+       [https://www.kernel.org/pub/linux/utils/util-linux/])
 
 
 AC_PREREQ([2.64])
index 8164f58a55febdba3a5013732f6103858f02c61a..4b54fc41095908d154b077474b2ff1ed2e352c46 100644 (file)
@@ -2,7 +2,7 @@
 
 For the authors of this translation, see the header of the corresponding
 *.po file at GNU TP:
-http://translationproject.org/domain/util-linux-man.html
+https://translationproject.org/domain/util-linux-man.html
 
 ////
 TRANSLATORS: Please replace %1 with the address of the mailing list of your
index 525d0644b51f9fe09a3bd30eababd23e7af67376..3646c8da245f8696536abff31f16f1ddfd7d0b78 100644 (file)
@@ -4,9 +4,9 @@
          xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
          xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
          xmlns:foaf="http://xmlns.com/foaf/0.1/">
-  <Project rdf:about="http://www.kernel.org/pub/linux/utils/util-linux/">
+  <Project rdf:about="https://www.kernel.org/pub/linux/utils/util-linux/">
     <name>util-linux</name>
-    <homepage rdf:resource="http://www.kernel.org/pub/linux/utils/util-linux/" />
+    <homepage rdf:resource="https://www.kernel.org/pub/linux/utils/util-linux/" />
     <shortdesc>
       util-linux is a random collection of Linux utilities
     </shortdesc>
@@ -21,7 +21,7 @@
     <repository>
       <GitRepository>
         <location rdf:resource="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"/>
-        <browse rdf:resource="http://git.kernel.org/cgit/utils/util-linux/util-linux.git"/>
+        <browse rdf:resource="https://git.kernel.org/cgit/utils/util-linux/util-linux.git"/>
       </GitRepository>
     </repository>
     <maintainer>