diff --git a/src/rocm_docs/theme.py b/src/rocm_docs/theme.py index af50624d..72ce4853 100644 --- a/src/rocm_docs/theme.py +++ b/src/rocm_docs/theme.py @@ -47,7 +47,7 @@ def _update_banner( announcement_info: str if version_type == util.VersionType.LATEST_RELEASE: - announcement_info = "The linking redirect for docs.amd.com to rocm.docs.amd.com will be removed. Please update any existing ROCm bookmarks or links that reference docs.amd.com to rocm.docs.amd.com." + announcement_info = "The redirect from docs.amd.com to rocm.docs.amd.com will be removed in mid March. Please update any existing ROCm bookmarks or links that reference docs.amd.com to rocm.docs.amd.com." elif version_type == util.VersionType.RELEASE_CANDIDATE: announcement_info = "This page contains changes for a test release of ROCm. Read the latest Linux release of ROCm documentation for your production environments." elif version_type == util.VersionType.OLD_RELEASE: