summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2022-08-17 17:56:49 +0200
committerGitHub <noreply@github.com>2022-08-17 17:56:49 +0200
commit2fdaee143a88e1c63c7dc56f06a114bf31380683 (patch)
treee7ed31f1c32e458ddc15fc40214fa8c79b99f506
parentupdate FAQ with not about libyaml (#78483) (diff)
downloadansible-2fdaee143a88e1c63c7dc56f06a114bf31380683.tar.xz
ansible-2fdaee143a88e1c63c7dc56f06a114bf31380683.zip
update link for RH customers in docs banner (#78563)
-rw-r--r--docs/docsite/.templates/banner.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html
index 3288eb8e8a..57c104d9da 100644
--- a/docs/docsite/.templates/banner.html
+++ b/docs/docsite/.templates/banner.html
@@ -46,7 +46,7 @@
/* temp extra banner to advertise AnsibeFest2021 */
banner += extra_banner;
- msg += 'You are reading the <b>latest</b> (stable) community version of the Ansible documentation. Red Hat subscribers, select <b>2.9</b> in the version selection to the left for the most recent Red Hat release.';
+ msg += 'You are reading the <b>latest</b> (stable) community version of the Ansible documentation. If you are a Red Hat customer, refer to the <a href="https://access.redhat.com/support/policy/updates/ansible-automation-platform">Ansible Automation Platform Life Cycle</a> page for subscription details.';
} else if (startsWith(current_url_path, "/ansible/2.9/")) {
msg += 'You are reading the latest Red Hat released version of the Ansible documentation. Community users can use this version, or select <b>latest</b> from the version selector to the left for the most recent community version.';
} else if (startsWith(current_url_path, "/ansible/devel/")) {