From 2fdaee143a88e1c63c7dc56f06a114bf31380683 Mon Sep 17 00:00:00 2001 From: Sandra McCann Date: Wed, 17 Aug 2022 11:56:49 -0400 Subject: [PATCH] update link for RH customers in docs banner (#78563) --- docs/docsite/.templates/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/.templates/banner.html b/docs/docsite/.templates/banner.html index 3288eb8e8a1..57c104d9da4 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 latest (stable) community version of the Ansible documentation. Red Hat subscribers, select 2.9 in the version selection to the left for the most recent Red Hat release.'; + msg += 'You are reading the latest (stable) community version of the Ansible documentation. If you are a Red Hat customer, refer to the Ansible Automation Platform Life Cycle 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 latest from the version selector to the left for the most recent community version.'; } else if (startsWith(current_url_path, "/ansible/devel/")) {