From 49a673dfdb588b47ce1df5a47253a22b002de31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Str=C3=A4ter?= Date: Tue, 2 Feb 2021 12:30:52 +0100 Subject: [PATCH] Update links to https --- .../pages/_partials/concept_third-party-repositories.adoc | 2 +- modules/ROOT/pages/_partials/iptables-tui.adoc | 4 ++-- modules/ROOT/pages/autoupdates.adoc | 4 ++-- modules/ROOT/pages/bootloading-with-grub2.adoc | 2 +- modules/ROOT/pages/contribute-to-quick-docs.adoc | 2 +- modules/ROOT/pages/create-gpg-keys.adoc | 6 +++--- modules/ROOT/pages/create-hello-world-rpm.adoc | 2 +- modules/ROOT/pages/debug-dracut-problems.adoc | 2 +- modules/ROOT/pages/dnf.adoc | 6 +++--- modules/ROOT/pages/enable-touchpad-click.adoc | 2 +- modules/ROOT/pages/howto-file-a-bug.adoc | 2 +- modules/ROOT/pages/installing-java.adoc | 4 ++-- modules/ROOT/pages/installing-skype.adoc | 2 +- modules/ROOT/pages/installing-spotify.adoc | 2 +- modules/ROOT/pages/openh264.adoc | 8 ++++---- modules/ROOT/pages/package-management.adoc | 4 ++-- modules/ROOT/pages/packagekit-not-found.adoc | 2 +- modules/ROOT/pages/postgresql.adoc | 8 ++++---- 18 files changed, 32 insertions(+), 32 deletions(-) diff --git a/modules/ROOT/pages/_partials/concept_third-party-repositories.adoc b/modules/ROOT/pages/_partials/concept_third-party-repositories.adoc index ccb3163..f7cb93b 100644 --- a/modules/ROOT/pages/_partials/concept_third-party-repositories.adoc +++ b/modules/ROOT/pages/_partials/concept_third-party-repositories.adoc @@ -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) diff --git a/modules/ROOT/pages/_partials/iptables-tui.adoc b/modules/ROOT/pages/_partials/iptables-tui.adoc index 2827c5a..c9803ad 100644 --- a/modules/ROOT/pages/_partials/iptables-tui.adoc +++ b/modules/ROOT/pages/_partials/iptables-tui.adoc @@ -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. diff --git a/modules/ROOT/pages/autoupdates.adoc b/modules/ROOT/pages/autoupdates.adoc index b2583f3..17786c9 100644 --- a/modules/ROOT/pages/autoupdates.adoc +++ b/modules/ROOT/pages/autoupdates.adoc @@ -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 diff --git a/modules/ROOT/pages/bootloading-with-grub2.adoc b/modules/ROOT/pages/bootloading-with-grub2.adoc index 6cdc411..30c0830 100644 --- a/modules/ROOT/pages/bootloading-with-grub2.adoc +++ b/modules/ROOT/pages/bootloading-with-grub2.adoc @@ -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:] diff --git a/modules/ROOT/pages/contribute-to-quick-docs.adoc b/modules/ROOT/pages/contribute-to-quick-docs.adoc index bc702a6..d0ca503 100644 --- a/modules/ROOT/pages/contribute-to-quick-docs.adoc +++ b/modules/ROOT/pages/contribute-to-quick-docs.adoc @@ -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 diff --git a/modules/ROOT/pages/create-gpg-keys.adoc b/modules/ROOT/pages/create-gpg-keys.adoc index 0e018f0..a15155a 100644 --- a/modules/ROOT/pages/create-gpg-keys.adoc +++ b/modules/ROOT/pages/create-gpg-keys.adoc @@ -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}] diff --git a/modules/ROOT/pages/create-hello-world-rpm.adoc b/modules/ROOT/pages/create-hello-world-rpm.adoc index 4c5698e..270ea01 100644 --- a/modules/ROOT/pages/create-hello-world-rpm.adoc +++ b/modules/ROOT/pages/create-hello-world-rpm.adoc @@ -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. diff --git a/modules/ROOT/pages/debug-dracut-problems.adoc b/modules/ROOT/pages/debug-dracut-problems.adoc index 3cc2b9a..ea88d45 100644 --- a/modules/ROOT/pages/debug-dracut-problems.adoc +++ b/modules/ROOT/pages/debug-dracut-problems.adoc @@ -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] diff --git a/modules/ROOT/pages/dnf.adoc b/modules/ROOT/pages/dnf.adoc index 245225a..4a1e363 100644 --- a/modules/ROOT/pages/dnf.adoc +++ b/modules/ROOT/pages/dnf.adoc @@ -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] diff --git a/modules/ROOT/pages/enable-touchpad-click.adoc b/modules/ROOT/pages/enable-touchpad-click.adoc index 43674e6..a88db28 100644 --- a/modules/ROOT/pages/enable-touchpad-click.adoc +++ b/modules/ROOT/pages/enable-touchpad-click.adoc @@ -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]] diff --git a/modules/ROOT/pages/howto-file-a-bug.adoc b/modules/ROOT/pages/howto-file-a-bug.adoc index 604558b..c79042b 100644 --- a/modules/ROOT/pages/howto-file-a-bug.adoc +++ b/modules/ROOT/pages/howto-file-a-bug.adoc @@ -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 diff --git a/modules/ROOT/pages/installing-java.adoc b/modules/ROOT/pages/installing-java.adoc index 82b4dee..01ed522 100644 --- a/modules/ROOT/pages/installing-java.adoc +++ b/modules/ROOT/pages/installing-java.adoc @@ -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: diff --git a/modules/ROOT/pages/installing-skype.adoc b/modules/ROOT/pages/installing-skype.adoc index 60c2c5d..40f9cfa 100644 --- a/modules/ROOT/pages/installing-skype.adoc +++ b/modules/ROOT/pages/installing-skype.adoc @@ -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 diff --git a/modules/ROOT/pages/installing-spotify.adoc b/modules/ROOT/pages/installing-spotify.adoc index c48c78e..cde4e00 100644 --- a/modules/ROOT/pages/installing-spotify.adoc +++ b/modules/ROOT/pages/installing-spotify.adoc @@ -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 diff --git a/modules/ROOT/pages/openh264.adoc b/modules/ROOT/pages/openh264.adoc index dc41be4..997b8f7 100644 --- a/modules/ROOT/pages/openh264.adoc +++ b/modules/ROOT/pages/openh264.adoc @@ -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//gmp-gmpopenh264/1.1/ + cd ~/.mozilla/firefox//gmp-gmpopenh264/1.1/ + unzip ~/openh264-linux64-v1.1-Firefox33.zip diff --git a/modules/ROOT/pages/package-management.adoc b/modules/ROOT/pages/package-management.adoc index 044b60c..357b425 100644 --- a/modules/ROOT/pages/package-management.adoc +++ b/modules/ROOT/pages/package-management.adoc @@ -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. diff --git a/modules/ROOT/pages/packagekit-not-found.adoc b/modules/ROOT/pages/packagekit-not-found.adoc index 639b215..64eba50 100644 --- a/modules/ROOT/pages/packagekit-not-found.adoc +++ b/modules/ROOT/pages/packagekit-not-found.adoc @@ -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 diff --git a/modules/ROOT/pages/postgresql.adoc b/modules/ROOT/pages/postgresql.adoc index b7ee1b6..2e789fb 100644 --- a/modules/ROOT/pages/postgresql.adoc +++ b/modules/ROOT/pages/postgresql.adoc @@ -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. --