Update links to https

This commit is contained in:
Frank Sträter 2021-02-02 12:30:52 +01:00
parent 95227dc328
commit 49a673dfdb
18 changed files with 32 additions and 32 deletions

View file

@ -4,7 +4,7 @@
There are a number of third-party software repositories for Fedora. They have more liberal licensing policies and provide software packages that Fedora excludes for various reasons. These software repositories are not officially affiliated or endorsed by the Fedora Project. Use them at your own discretion. For complete list, see https://rpmfusion.org/FedoraThirdPartyRepos[FedoraThirdPartyRepos]
The following repositories are commonly used by end users and do not conflict with each other:
* http://rpmfusion.org
* https://rpmfusion.org
* rpm.livna.org (Obsoleted! Replaced by RPM Fusion free tainted)

View file

@ -46,7 +46,7 @@ interfaces.,title="Trusted interfaces.",width=700]
The masquerading menu lets you select an interface to be masqueraded.
Masquerading is better known as
*http://en.wikipedia.org/wiki/Network_address_translation[NAT]* (Network
*https://en.wikipedia.org/wiki/Network_address_translation[NAT]* (Network
Address Translation). It is useful, to setup your computer as a gateway
between different networks:
@ -54,7 +54,7 @@ image:Firewall_TUI_masquerading.PNG[Firewall TUI interface :
masquerading.,title="Firewall TUI interface : masquerading.",width=700]
Port forwarding, also known as
*http://en.wikipedia.org/wiki/Network_address_translation#Port_address_translation[PAT]*
*https://en.wikipedia.org/wiki/Network_address_translation#Port_address_translation[PAT]*
(Port Address Translation), permits traffic from one port to be "rerouted" to
another port.

View file

@ -30,7 +30,7 @@ otherwise inherent in automatic updates.
You can use a service to automatically download and install any new
updates (for example security updates).
The http://dnf.readthedocs.org/en/latest/automatic.html[dnf-automatic]
The https://dnf.readthedocs.org/en/latest/automatic.html[dnf-automatic]
RPM package as a link:dnf[DNF] component provides a service which is
started automatically.
@ -53,7 +53,7 @@ env EDITOR='gedit -w' sudoedit /etc/dnf/automatic.conf
----
Detailed description of dnf-automatic settings is provided on
http://dnf.readthedocs.org/en/latest/automatic.html[dnf-automatic] page.
https://dnf.readthedocs.org/en/latest/automatic.html[dnf-automatic] page.
[[run-dnf-automatic]]
=== Run dnf-automatic

View file

@ -37,6 +37,6 @@ include::{partialsdir}/proc_enabling-serial-console-grub.adoc[leveloffset=+1]
[discrete]
== Additional resources
* http://www.gnu.org/software/grub/manual/grub.html
* https://www.gnu.org/software/grub/manual/grub.html
ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]

View file

@ -1,7 +1,7 @@
= Contribute to Quick Docs
This repository represents
http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/[asciidoc]
https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/[asciidoc]
documents roughly (semi-automatically) converted from the top 50
document-like pages in the Fedora Wiki. We want to move away from exposing
users to the wild territory of workspace wikis and to a nice, topic-oriented

View file

@ -64,9 +64,9 @@ include::{partialsdir}/proc_revoking-gpg-keys.adoc[leveloffset=+1]
== Additional resources
* http://www.gnupg.org/[GPG home page]
* http://www.gnupg.org/documentation/[Official GPG documentation]
* http://en.wikipedia.org/wiki/Public-key_cryptography[Wikipedia - Public Key Cryptography]
* https://www.gnupg.org/[GPG home page]
* https://www.gnupg.org/documentation/[Official GPG documentation]
* https://en.wikipedia.org/wiki/Public-key_cryptography[Wikipedia - Public Key Cryptography]
See a typo, something missing or out of date, or anything else which can be improved? Edit this document at https://pagure.io/fedora-docs/quick-docs[quick-docs's git repository].
ifdef::parent-context[:context: {parent-context}]

View file

@ -105,7 +105,7 @@ It is being phased out so you will not see it added by default.
However, it doesn't hurt to add it anyway.
The `%changelog` should document the work on preparing the RPM, especially if there are security and bug patches included on top of the base upstream source.
Changelog data can be displayed by `rpm --changelog -q `, which is very useful for instance to find out if specific bug and security patches were included in the installed software, thanks to the diligent Fedora packagers who include this info with the relevant http://cve.mitre.org/[CVE] numbers.
Changelog data can be displayed by `rpm --changelog -q `, which is very useful for instance to find out if specific bug and security patches were included in the installed software, thanks to the diligent Fedora packagers who include this info with the relevant https://cve.mitre.org/[CVE] numbers.
The `%changelog` entry should include the version string to avoid `rpmlint` complaints.

View file

@ -261,7 +261,7 @@ Set udev to loglevel info
Set udev to loglevel debug
See the `dracut.cmdline(7)`
http://man7.org/linux/man-pages/man7/dracut.cmdline.7.html[man page] for
https://man7.org/linux/man-pages/man7/dracut.cmdline.7.html[man page] for
the complete reference.
Category:Debugging[D] Category:How_to[Category:How to]

View file

@ -45,7 +45,7 @@ Other common DNF commands include:
* `exclude` - exclude a package from the transaction.
For more DNF commands refer to the man pages by typing `man dnf` at the command-line, or link:http://dnf.readthedocs.io/en/latest/command_ref.html[DNF Read The Docs]
For more DNF commands refer to the man pages by typing `man dnf` at the command-line, or link:https://dnf.readthedocs.io/en/latest/command_ref.html[DNF Read The Docs]
[[sect-automatic-updates]]
== Automatic Updates
@ -53,7 +53,7 @@ For more DNF commands refer to the man pages by typing `man dnf` at the command-
The `dnf-automatic` package is a component that allows automatic download and installation of updates.
It can automatically monitor and report, via e-mail, the availability of updates or send a log about downloaded packages and installed updates.
For more information, refer to the link:http://dnf.readthedocs.org/en/latest/automatic.html[Read the Docs: DNF-Automatic] page.
For more information, refer to the link:https://dnf.readthedocs.org/en/latest/automatic.html[Read the Docs: DNF-Automatic] page.
[[sect-system-upgrades]]
== System Upgrades
@ -140,6 +140,6 @@ The `list` command can be used to list all locked packages, while the `clear` co
[[sect-references]]
== References
. http://dnf.readthedocs.org/en/latest/command_ref.html[DNF Command Reference]
. https://dnf.readthedocs.io/en/latest/command_ref.html[DNF Command Reference]
. https://github.com/rpm-software-management/dnf/wiki[DNF wiki]
. https://dnf-plugins-core.readthedocs.io/en/latest/versionlock.html[DNF VersionLock]

View file

@ -62,7 +62,7 @@ Input_device_configuration#Example:_Tap-to-click[here].
The "*mouse and touchpad*" utility can be used to enable tapping and set
scrolling options in GNOME.
http://library.gnome.org/users/gnome-help/stable/mouse-touchpad-click.html.en[Official
https://help.gnome.org/users/gnome-help/stable/mouse-touchpad-click.html.en[Official
GNOME documentation]
[[kde-plasma-workspaces]]

View file

@ -21,7 +21,7 @@ There are a few terms that are commonly used in this document:
These are referred to as "package maintainers".
They keep track of bugs, help with issues, and generally act as middlemen between the developers of the software and Fedora users.
* *QA*: Quality assurance is the process of ensuring that the software works as intended.
* *Bodhi*: The http://bodhi.fedoraproject.org[Fedora QA Web Application].
* *Bodhi*: The https://bodhi.fedoraproject.org[Fedora QA Web Application].
== Before filing a bug

View file

@ -45,8 +45,8 @@ For Java in Fedora, see:
For more information about Java in general, see:
* link:https://en.wikipedia.org/wiki/Java_(programming_language)[Wikipedia page for Java]
* link:http://openjdk.java.net/[OpenJDK homepage]
* link:http://oracle.com/java/[Oracle homepage for Java]
* link:https://openjdk.java.net/[OpenJDK homepage]
* link:https://oracle.com/java/[Oracle homepage for Java]
To develop Java applications, consider the following open-source IDEs:

View file

@ -16,7 +16,7 @@ Please note: the latest versions of Skype work only on 64 bit architectures.
It is possible to install Skype on Fedora using these package methods.
* Using the RPM by Skype
* Using a Flatpak hosted by http://flathub.org[Flathub].
* Using a Flatpak hosted by https://flathub.org[Flathub].
[installing-skype-from-3rd-party-repositories]
=== Installing Skype using the Skype RPM repository

View file

@ -10,7 +10,7 @@ Spotify is a freemium service, with advertisements which can be removed by purch
Although Spotify is not officially supported on Fedora, it can be installed on Fedora in a number of ways:
. Using the third-party https://rpmfusion.org/[RPM Fusion] repositories.
. Using a Flatpak hosted by http://flathub.org[Flathub].
. Using a Flatpak hosted by https://flathub.org[Flathub].
[install-spotify-using-rpmfusion]
== Using the RPM Fusion repository

View file

@ -2,7 +2,7 @@
This page contains information on the Cisco
http://www.openh264.org/[OpenH264] codec.
https://www.openh264.org/[OpenH264] codec.
[[background]]
Background
@ -16,7 +16,7 @@ playback, only WebRTC (see link:https://bugzilla.mozilla.org/show_bug.cgi?id=105
The code source is available at https://github.com/cisco/openh264 under
a BSD license. The binary is released under this agreement from Cisco:
http://www.openh264.org/BINARY_LICENSE.txt
https://www.openh264.org/BINARY_LICENSE.txt
Upstream Firefox versions download and install the OpenH264 plugin by
default automatically. Due to it's binary nature, Fedora disables this
@ -55,14 +55,14 @@ _Require H.264 video_).
Manual install of binary
~~~~~~~~~~~~~~~~~~~~~~~~
* View and agree to the http://www.openh264.org/BINARY_LICENSE.txt
* View and agree to the https://www.openh264.org/BINARY_LICENSE.txt
* Download the appropriate binary for your system here:
https://github.com/cisco/openh264/releases
Example installation for version 1.1:
....
wget http://ciscobinary.openh264.org/openh264-linux64-v1.1-Firefox33.zip[http://ciscobinary.openh264.org/openh264-linux64-v1.1-Firefox33.zip] +
wget http://ciscobinary.openh264.org/openh264-linux64-v1.1-Firefox33.zip +
mkdir -p ~/.mozilla/firefox/<yourprofile>/gmp-gmpopenh264/1.1/ +
cd ~/.mozilla/firefox/<yourprofile>/gmp-gmpopenh264/1.1/ +
unzip ~/openh264-linux64-v1.1-Firefox33.zip

View file

@ -9,7 +9,7 @@ Introduction
~~~~~~~~~~~~
Fedora is a distribution that uses a package management system. This
system is based on http://rpm.org[rpm] , the RPM Package Manager, with
system is based on https://rpm.org[rpm] , the RPM Package Manager, with
several higher level tools built on top of it, most notably
https://www.freedesktop.org/software/PackageKit/[PackageKit] (default
gui) and Yum (command line tool). As of Fedora 22, yum has
@ -105,7 +105,7 @@ xref:dnf.adoc[dnf] - Dandified Yum
https://www.freedesktop.org/software/PackageKit/[PackageKit] -
PackageKit gui tool ('add/remove software' in your menu)
http://rpm.org[rpm] - RPM package manager.
https://rpm.org[rpm] - RPM package manager.
http://ww1.yum-extender.org/[yumex] - Yum Extender.

View file

@ -35,7 +35,7 @@ asked questions. link:Third_party_repositories[Third party repositories]
contain a wide variety of software that has not been included in the
official Fedora software repositories for various reasons. You can find
additional software using a search engine like
http://google.com[Google]. We would love to give you more specific
https://google.com[Google]. We would love to give you more specific
instructions on enabling additional codecs but our hands are tied up due
to software patents and legal restrictions around them. We apologize for
the inconvenience caused by software patents and our legal team is

View file

@ -7,7 +7,7 @@ The installation and initialization of the postgresql server is a little
bit different in comparison to other packages and other linux distros.
This document aims to summarize basic installation steps relevant to
recent fedora release. In the first place, you may consider installing a newer
version than is packaged for Fedora, see http://yum.postgresql.org/[1].
version than is packaged for Fedora, see https://yum.postgresql.org/[1].
However, this is not recommended.
....
@ -46,7 +46,7 @@ Nov 14 11:45:56 mlich-lenovo.usersys.redhat.com sudo[2105]: jmlich : TTY=
Nov 14 11:45:56 mlich-lenovo.usersys.redhat.com systemd[1]: Starting PostgreSQL database server...
-- Subject: Unit postgresql.service has begun with start-up
-- Defined-By: systemd
- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel[http://lists.freedesktop.org/mailman/listinfo/systemd-devel]
- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit postgresql.service has begun starting up.
Nov 14 11:45:56 mlich-lenovo.usersys.redhat.com postgresql-check-db-dir[2108]: An old version of the database format was found.
@ -56,8 +56,8 @@ Nov 14 11:45:56 mlich-lenovo.usersys.redhat.com systemd[1]: postgresql.serv
Nov 14 11:45:56 mlich-lenovo.usersys.redhat.com systemd[1]: Failed to start PostgreSQL database server.
-- Subject: Unit postgresql.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel[http://lists.freedesktop.org/mailman/listinfo/systemd-devel]
-- Documentation: `http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d[`http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d]
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
-- Documentation: `http://www.freedesktop.org/wiki/Software/systemd/catalog/be02cf6855d2428ba40df7e9d022f03d
--
-- Unit postgresql.service has failed.
--