#619 Update package links
Merged a year ago by ankursinha. Opened 2 years ago by rosmaita.
fedora-docs/ rosmaita/quick-docs issue/618  into  main

@@ -3,9 +3,9 @@ 

  

  To enable TLS/SSL support, download and install one of the following packages:

  

- * https://apps.fedoraproject.org/packages/mod_ssl[mod_ssl], based on https://www.openssl.org[OpenSSL]

- * https://apps.fedoraproject.org/packages/mod_gnutls[mod_gnutls], based on https://www.gnutls.org/[GnuTLS]

- * https://apps.fedoraproject.org/packages/mod_nss[mod_nss], based on https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS[NSS]

+ * https://packages.fedoraproject.org/pkgs/httpd/mod_ssl/[mod_ssl], based on https://www.openssl.org[OpenSSL]

+ * https://packages.fedoraproject.org/pkgs/mod_gnutls/mod_gnutls/[mod_gnutls], based on https://www.gnutls.org/[GnuTLS]

+ * https://packages.fedoraproject.org/pkgs/mod_nss/mod_nss/[mod_nss], based on https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS[NSS]

  

  

  [id='using-mod-ssl']
@@ -15,7 +15,7 @@ 

  [id='installing-mod-ssl']

  === Installing mod_ssl

  

- The https://apps.fedoraproject.org/packages/mod_ssl[mod_ssl] package will be automatically enabled post installation. Install the https://apps.fedoraproject.org/packages/mod_ssl[mod_ssl] package using the following command:

+ The https://packages.fedoraproject.org/pkgs/httpd/mod_ssl/[mod_ssl] package will be automatically enabled post installation. Install the https://packages.fedoraproject.org/pkgs/httpd/mod_ssl/[mod_ssl] package using the following command:

  

  ----

  sudo dnf install mod_ssl -y

@@ -57,4 +57,4 @@ 

  

  == Mounting a Live USB filesystem

  

- You can use the https://github.com/livecd-tools/livecd-tools/blob/master/tools/liveimage-mount[liveimage-mount] script in the https://apps.fedoraproject.org/packages/livecd-tools[livecd-tools] package to mount an attached Live USB device or other LiveOS image, such as an ISO or Live CD. This is convenient when you want to copy in or out some file from the LiveOS filesystem on a Live USB, or just examine the files in a Live ISO or Live CD.

+ You can use the https://github.com/livecd-tools/livecd-tools/blob/master/tools/liveimage-mount[liveimage-mount] script in the https://packages.fedoraproject.org/pkgs/livecd-tools/livecd-tools/[livecd-tools] package to mount an attached Live USB device or other LiveOS image, such as an ISO or Live CD. This is convenient when you want to copy in or out some file from the LiveOS filesystem on a Live USB, or just examine the files in a Live ISO or Live CD.

@@ -24,7 +24,7 @@ 

  == Installing and removing system-wide GNOME Shell extensions

  

  These are generally provided in the Fedora repositories and can be installed, removed, and updated using the default package management tools like `dnf`.

- You can find a list https://apps.fedoraproject.org/packages/s/gnome-shell-extension[here by searching the packages application] for `gnome-shell-extension`.

+ You can find a list https://packages.fedoraproject.org/search?query=gnome-shell-extension[here by searching the packages application] for `gnome-shell-extension`.

  

  == Installing and removing local GNOME Shell extensions

  

Replace outdated references to apps.fedoraproject.org/packages/ with
references to packages.fedoraproject.org/pkgs/

LGTM, Merging. Thanks.

Fixes #618

Pull-Request has been merged by ankursinha

a year ago