Use https for project-related documentation.

Some browsers already force https use, fix links
for sites that can be easily redirected.

Signed-off-by: Milan Broz <gmazyland@gmail.com>
This commit is contained in:
Milan Broz 2022-11-05 10:43:49 +01:00
parent 4e8a8d3598
commit 033b5a521a
6 changed files with 11 additions and 11 deletions

View file

@ -121,4 +121,4 @@ Copyright (C) 1997 The Open Group
line line
pg 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

View file

@ -32,7 +32,7 @@ Sending Patches
Hint: use 'git clean -Xd'. Hint: use 'git clean -Xd'.
* don't include po/ (translations) changes to the upstream patches. * 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. and updated always before the next release.
* neutrality: the files in util-linux should be distribution-neutral. * 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. * the preferred coding style is based on the linux kernel coding-style.
Available here: 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 * 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 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 The Single UNIX(TM) Specification, Version 2
Copyright (C) 1997 The Open Group Copyright (C) 1997 The Open Group
http://pubs.opengroup.org/onlinepubs/7908799/xcuix.html https://pubs.opengroup.org/onlinepubs/7908799/xcuix.html

4
README
View file

@ -45,7 +45,7 @@ BUG REPORTING:
NLS (PO TRANSLATIONS): NLS (PO TRANSLATIONS):
PO files are maintained by: PO files are maintained by:
http://translationproject.org/domain/util-linux.html https://translationproject.org/domain/util-linux.html
VERSION SCHEMA: VERSION SCHEMA:
@ -77,7 +77,7 @@ SOURCE CODE:
git clone git://github.com/util-linux/util-linux.git git clone git://github.com/util-linux/util-linux.git
Web interfaces: 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 https://github.com/util-linux/util-linux
Note: the GitHub repository may contain temporary development branches too. Note: the GitHub repository may contain temporary development branches too.

View file

@ -1,7 +1,7 @@
AC_INIT([util-linux], AC_INIT([util-linux],
m4_esyscmd([tools/git-version-gen .tarball-version]), m4_esyscmd([tools/git-version-gen .tarball-version]),
[kzak@redhat.com], [], [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]) AC_PREREQ([2.64])

View file

@ -2,7 +2,7 @@
For the authors of this translation, see the header of the corresponding For the authors of this translation, see the header of the corresponding
*.po file at GNU TP: *.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 TRANSLATORS: Please replace %1 with the address of the mailing list of your

View file

@ -4,9 +4,9 @@
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"> 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> <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> <shortdesc>
util-linux is a random collection of Linux utilities util-linux is a random collection of Linux utilities
</shortdesc> </shortdesc>
@ -21,7 +21,7 @@
<repository> <repository>
<GitRepository> <GitRepository>
<location rdf:resource="git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"/> <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> </GitRepository>
</repository> </repository>
<maintainer> <maintainer>