Skip to content

Commit 89000b0

Browse files
committed
fix: rewording
1 parent 5b31037 commit 89000b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rocm_docs/theme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def _update_banner(
127127
elif version_type == util.VersionType.DEVELOPMENT:
128128
announcement_info = "This page contains proposed changes for a future release of ROCm. Read the <a id='rocm-banner' href='https://rocm.docs.amd.com/en/latest/'>latest Linux release of ROCm documentation</a> for your production environments."
129129
elif version_type == util.VersionType.PREVIEW:
130-
announcement_info = f"This is ROCm {preview_version} technology preview release documentation. For production purposes, use <a id='rocm-banner' href='https://rocm.docs.amd.com/en/latest/'>ROCm {latest_version} documentation</a>."
130+
announcement_info = f"This is ROCm {preview_version} technology preview release documentation. For production use, refer to <a id='rocm-banner' href='https://rocm.docs.amd.com/en/latest/'>ROCm {latest_version} documentation</a>."
131131
elif version_type == util.VersionType.ROCM_LATEST_RELEASE:
132132
announcement_info = f"The ROCm {preview_version} technology preview release documentation is available at <a id='rocm-banner' href='https://rocm.docs.amd.com/en/{preview_version}-preview/'>ROCm Preview documentation</a>. For production purposes, continue to use ROCm {latest_version} documentation."
133133

0 commit comments

Comments
 (0)