Skip to content

Commit c1e1ba1

Browse files
authored
Merge pull request #13503 from vojtapolasek/stab_remove_rhel7_links
[Stabilization]: update outdated links to documentation
2 parents 746d002 + a88e4d3 commit c1e1ba1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

linux_os/guide/services/ntp/chronyd_or_ntpd_specify_multiple_servers/rule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ description: |-
1212
{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/7/network/ol7-nettime.html") }}}
1313
{{% elif product == "ol8" %}}
1414
{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/8/network/network-ConfiguringNetworkTime.html#ol-nettime") }}}
15-
{{% else %}}
16-
{{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite") }}}
15+
{{% elif "rhel" in product %}}
16+
{{{ weblink(link="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html-single/configuring_basic_system_settings/index#proc_migrating-to-chrony_configuring-time-synchronization") }}}
1717
{{% endif %}}
1818
for more detailed comparison of the features of both of the choices, and for
1919
further guidance how to choose between the two NTP daemons.

linux_os/guide/services/ntp/chronyd_or_ntpd_specify_remote_server/rule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ description: |-
1212
{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/7/network/ol7-nettime.html") }}}
1313
{{% elif product == "ol8" %}}
1414
{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/8/network/network-ConfiguringNetworkTime.html#ol-nettime") }}}
15-
{{% else %}}
16-
{{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite") }}}
15+
{{% elif "rhel" in product %}}
16+
{{{ weblink(link="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html-single/configuring_basic_system_settings/index#proc_migrating-to-chrony_configuring-time-synchronization") }}}
1717
{{% endif %}}
1818
for more detailed comparison of the features of both of the choices, and for
1919
further guidance how to choose between the two NTP daemons.

linux_os/guide/services/ntp/group.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: |-
6060
{{% elif product == "rhel9" %}}
6161
{{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_basic_system_settings/configuring-time-synchronization_configuring-basic-system-settings") }}}
6262
{{% elif product == "rhel10" %}}
63-
{{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/10/html/configuring_basic_system_settings/configuring-time-synchronization_configuring-basic-system-settings") }}}
63+
{{{ weblink(link="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/10/html/configuring_time_synchronization/index") }}}
6464
{{% elif "ubuntu" in product %}}
6565
{{{ weblink(link="https://help.ubuntu.com/lts/serverguide/NTP.html") }}}
6666
{{% elif "debian" in product %}}

linux_os/guide/services/ntp/service_chronyd_or_ntpd_enabled/rule.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ description: |-
2121
{{{ weblink(link="https://docs.oracle.com/en/operating-systems/oracle-linux/8/network/network-ConfiguringNetworkTime.html#ol-nettime") }}}
2222
{{% elif product in ["sle12", "sle15"] %}}
2323
{{{ weblink(link="https://documentation.suse.com/sles/15-SP1/html/SLES-all/cha-ntp.html") }}}
24-
{{% else %}}
25-
{{{ weblink(link="https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-configuring_ntp_using_the_chrony_suite") }}}
24+
{{% elif "rhel" in product %}}
25+
{{{ weblink(link="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html-single/configuring_basic_system_settings/index#proc_migrating-to-chrony_configuring-time-synchronization") }}}
2626
{{% endif %}}
2727
for guidance which NTP daemon to choose depending on the environment used.
2828

shared/macros/01-general.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ The kernel arguments should be set in <tt>/usr/lib/bootc/kargs.d</tt> in a TOML
11701170
# /usr/lib/bootc/kargs.d/10-example.toml
11711171
kargs = ["{{{ arg_name_value }}}"]
11721172
</pre>
1173-
For more details on configuring kernel arguments in bootable container images, please refer to {{{ weblink(link="https://containers.github.io/bootc/building/kernel-arguments.html", text="Bootc documentation") }}}.
1173+
For more details on configuring kernel arguments in bootable container images, please refer to {{{ weblink(link="https://bootc-dev.github.io/bootc//building/kernel-arguments.html", text="Bootc documentation") }}}.
11741174
{{%- endif -%}}
11751175
{{%- endmacro -%}}
11761176

@@ -1188,7 +1188,7 @@ Run the following command to update command line for already installed kernels:
11881188
{{% if bootable_containers_supported == "true" %}}
11891189
If the system is distributed as a bootable container image, GRUB2 can't be configured using the method described above, but the kernel arguments should be configured using TOML files located in the <tt>/usr/lib/bootc/kargs.d</tt> directory.
11901190
Remove all occurences of <tt>{{{ arg_name }}}</tt> from all files in <tt>/usr/lib/bootc/kargs.d</tt>.
1191-
For more details on configuring kernel arguments in bootable container images, please refer to {{{ weblink(link="https://containers.github.io/bootc/building/kernel-arguments.html", text="Bootc documentation") }}}.
1191+
For more details on configuring kernel arguments in bootable container images, please refer to {{{ weblink(link="https://bootc-dev.github.io/bootc//building/kernel-arguments.html", text="Bootc documentation") }}}.
11921192
{{%- endif -%}}
11931193
{{%- endmacro -%}}
11941194

0 commit comments

Comments
 (0)