From b0dfe52ca838a68ade3ea3fd2e6e58d10f0825d0 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Mar 28 2019 21:13:22 +0000 Subject: Fix some broken xrefs --- diff --git a/modules/ROOT/pages/_partials/proc_adding-repositories.adoc b/modules/ROOT/pages/_partials/proc_adding-repositories.adoc index fc879ca..be81828 100644 --- a/modules/ROOT/pages/_partials/proc_adding-repositories.adoc +++ b/modules/ROOT/pages/_partials/proc_adding-repositories.adoc @@ -5,7 +5,7 @@ This section describes how to add software repositories with the `dnf config-man Use the following commands as the `root` user or under the `sudo` utility. -. Define a new repository by adding a new file with the `.repo` suffix to the [filename]`/etc/yum.repos.d/` directory. For details about various options to use in the `.repo` file, see the xref:{MAJOROSVER}@fedora:system-administrators-guide:package-management/DNF.adoc#sec-Setting_repository_Options[Setting [repository\] Options] section in the System Administrator's Guide +. Define a new repository by adding a new file with the `.repo` suffix to the [filename]`/etc/yum.repos.d/` directory. For details about various options to use in the `.repo` file, see the xref:f{MAJOROSVER}@fedora:system-administrators-guide:package-management/DNF.adoc#sec-Setting_repository_Options[Setting [repository\] Options] section in the System Administrator's Guide . Add the newly created repository. + diff --git a/modules/ROOT/pages/_partials/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc b/modules/ROOT/pages/_partials/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc index 6061bc0..e2e1149 100644 --- a/modules/ROOT/pages/_partials/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc +++ b/modules/ROOT/pages/_partials/proc_booting-fedora-on-a-raspberry-pi-for-the-first-time.adoc @@ -61,7 +61,7 @@ $ xfs_growfs -d / ._Additional Resources_ -* For information on configuring Fedora, including installing programs and updates, see: xref:{MAJOROSVER}@fedora:system-administrators-guide:index.adoc[Fedora Docs: System Administrator’s Guide] +* For information on configuring Fedora, including installing programs and updates, see: xref:f{MAJOROSVER}@fedora:system-administrators-guide:index.adoc[Fedora Docs: System Administrator’s Guide] * For assistance or support, see: ** link:https://ask.fedoraproject.org/[Ask Fedora] ** link:https://lists.fedoraproject.org/admin/lists/arm%40lists.fedoraproject.org/[Fedora ARM mailing list] diff --git a/modules/ROOT/pages/_partials/proc_creating-virtual-machines.adoc b/modules/ROOT/pages/_partials/proc_creating-virtual-machines.adoc index 3685dfa..a4c0bdf 100644 --- a/modules/ROOT/pages/_partials/proc_creating-virtual-machines.adoc +++ b/modules/ROOT/pages/_partials/proc_creating-virtual-machines.adoc @@ -10,7 +10,7 @@ The installation of Fedora guests using Anaconda is supported. The installation `virt-install` is a command-line based tool for creating virtualized guests. Execute `virt-install --help` for command line help, or you can find the manual page at `man 1 virt-install`. -To use the virt-install command, you should first download an ISO of the Fedora version you wish to install. You can find the latest Fedora images at https://getfedora.org. This ISO is only needed during Fedora installation, and can be deleted to free up storage space afterwards if desired. More information about Fedora installation can be found in the xref:{MAJOROSVER}@fedora:install-guide:index.adoc[Installation Guide]. In this example we'll use Fedora Workstation. +To use the virt-install command, you should first download an ISO of the Fedora version you wish to install. You can find the latest Fedora images at https://getfedora.org. This ISO is only needed during Fedora installation, and can be deleted to free up storage space afterwards if desired. More information about Fedora installation can be found in the xref:f{MAJOROSVER}@fedora:install-guide:index.adoc[Installation Guide]. In this example we'll use Fedora Workstation. === Planning VM Resources Adjust the ram, vcpus, and disk size parameters according to the resources you have available. @@ -34,7 +34,7 @@ Adjust the ram, vcpus, and disk size parameters according to the resources you h # lscpu ---- -When allocating resources to your VM, keep in mind the minimum system requirements for the version of Fedora you are installing as well as your use case requirements. For Fedora {MAJOROSVER}, you can find this in the xref:{MAJOROSVER}@fedora:release-notes:welcome/Hardware_Overview.adoc[Release Notes]. +When allocating resources to your VM, keep in mind the minimum system requirements for the version of Fedora you are installing as well as your use case requirements. For Fedora {MAJOROSVER}, you can find this in the xref:f{MAJOROSVER}@fedora:release-notes:welcome/Hardware_Overview.adoc[Release Notes]. ==== Create Storage for the VM diff --git a/modules/ROOT/pages/_partials/proc_downloading-fedora.adoc b/modules/ROOT/pages/_partials/proc_downloading-fedora.adoc index 0ca58e4..71c72a4 100644 --- a/modules/ROOT/pages/_partials/proc_downloading-fedora.adoc +++ b/modules/ROOT/pages/_partials/proc_downloading-fedora.adoc @@ -10,5 +10,5 @@ You can also take advantage of Fedora Labs. Fedora Labs is a selection of curate [NOTE] ==== -Please refer to xref:{MAJOROSVER}@fedora:install-guide:index.adoc[Fedora Installation Guide] for getting help on the process of installing Fedora. +Please refer to xref:f{MAJOROSVER}@fedora:install-guide:index.adoc[Fedora Installation Guide] for getting help on the process of installing Fedora. ==== diff --git a/modules/ROOT/pages/_partials/proc_installing-virtualization-software.adoc b/modules/ROOT/pages/_partials/proc_installing-virtualization-software.adoc index 88fa3e1..4d7b361 100644 --- a/modules/ROOT/pages/_partials/proc_installing-virtualization-software.adoc +++ b/modules/ROOT/pages/_partials/proc_installing-virtualization-software.adoc @@ -4,7 +4,7 @@ include::{partialsdir}/attributes.adoc[] :experimental: When installing Fedora, you can install the virtualization packages by -selecting *Virtualization* in the *Base Group* in the installer. See xref:{MAJOROSVER}@fedora:install-guide:install/Installing_Using_Anaconda.adoc[Installing Using Anaconda]. +selecting *Virtualization* in the *Base Group* in the installer. See xref:f{MAJOROSVER}@fedora:install-guide:install/Installing_Using_Anaconda.adoc[Installing Using Anaconda]. For existing Fedora installations, you can install the virtualization tools via the command line using the Virtualization Package Group. To view the packages, run: diff --git a/modules/ROOT/pages/configuring-xorg-as-default-gnome-session.adoc b/modules/ROOT/pages/configuring-xorg-as-default-gnome-session.adoc index 0f51f99..ab9aa39 100644 --- a/modules/ROOT/pages/configuring-xorg-as-default-gnome-session.adoc +++ b/modules/ROOT/pages/configuring-xorg-as-default-gnome-session.adoc @@ -15,7 +15,7 @@ include::{partialsdir}/proc_configuring-xorg-as-default-gnome-session.adoc[level [discrete] == Additional Resources -. xref:{MAJOROSVER}@fedora:system-administrators-guide:Wayland.adoc[Wayland Display Server in the System Administrator's Guide] +. xref:f{MAJOROSVER}@fedora:system-administrators-guide:Wayland.adoc[Wayland Display Server in the System Administrator's Guide] . link:https://wayland.freedesktop.org/[Wayland @ freedesktop.org] diff --git a/modules/ROOT/pages/raspberry-pi.adoc b/modules/ROOT/pages/raspberry-pi.adoc index 4cac591..81f1f0e 100644 --- a/modules/ROOT/pages/raspberry-pi.adoc +++ b/modules/ROOT/pages/raspberry-pi.adoc @@ -67,7 +67,7 @@ include::{partialsdir}/ref_frequently-asked-questions_-installing-fedora-on-a-ra * The most up-to-date information can be found on the link:https://fedoraproject.org/wiki/Architectures/ARM/Raspberry_Pi?rd=Raspberry_Pi[Raspberry Pi page] of the Fedora Wiki. * For Raspberry Pi hardware specifications and project ideas, see: link:https://www.raspberrypi.org/[The Raspberry Pi Foundation Website]. -* For information on configuring Fedora, including installing programs and updates, see: xref:{MAJOROSVER}@fedora:system-administrators-guide:index.adoc[Fedora Docs: System Administrator’s Guide] +* For information on configuring Fedora, including installing programs and updates, see: xref:f{MAJOROSVER}@fedora:system-administrators-guide:index.adoc[Fedora Docs: System Administrator’s Guide] * For assistance or support, see: ** link:https://ask.fedoraproject.org/[Ask Fedora] ** link:https://lists.fedoraproject.org/admin/lists/arm%40lists.fedoraproject.org/[Fedora ARM mailing list] diff --git a/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc b/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc index 16c9c4d..7aee569 100644 --- a/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc +++ b/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc @@ -26,7 +26,7 @@ include::{partialsdir}/proc_setting-automatic-updates.adoc[leveloffset=+1] [discrete] == Additional Resources -* The xref:{MAJOROSVER}@fedora:system-administrators-guide:package-management/DNF.adoc[DNF] chapter in the Fedora System Administrator's Guide +* The xref:f{MAJOROSVER}@fedora:system-administrators-guide:package-management/DNF.adoc[DNF] chapter in the Fedora System Administrator's Guide ifdef::parent-context[:context: {parent-context}] ifndef::parent-context[:!context:] diff --git a/modules/ROOT/pages/using-aide.adoc b/modules/ROOT/pages/using-aide.adoc index d2bc6dc..0529d2b 100644 --- a/modules/ROOT/pages/using-aide.adoc +++ b/modules/ROOT/pages/using-aide.adoc @@ -81,7 +81,7 @@ f++++++++++++++++: /etc/cups/subscriptions.conf.O [output truncated] ---- -At a minimum, *AIDE* should be configured to run a weekly scan. At most, *AIDE* should be run daily. For example, to schedule a daily execution of AIDE at _04:05_ a.m. using the *cron* command, see the xref:{MAJOROSVER}@fedora:system-administrators-guide:monitoring-and-automation/Automating_System_Tasks.adoc[Automating System Tasks] chapter in the System Administrator's Guide. +At a minimum, *AIDE* should be configured to run a weekly scan. At most, *AIDE* should be run daily. For example, to schedule a daily execution of AIDE at _04:05_ a.m. using the *cron* command, see the xref:f{MAJOROSVER}@fedora:system-administrators-guide:monitoring-and-automation/Automating_System_Tasks.adoc[Automating System Tasks] chapter in the System Administrator's Guide. Add the following line to the `/etc/crontab` file: