diff --git a/src/rocm_docs/rocm_docs_theme/flavors/instinct/header.jinja b/src/rocm_docs/rocm_docs_theme/flavors/instinct/header.jinja
index 49cd0715..182402c6 100644
--- a/src/rocm_docs/rocm_docs_theme/flavors/instinct/header.jinja
+++ b/src/rocm_docs/rocm_docs_theme/flavors/instinct/header.jinja
@@ -6,7 +6,7 @@
{% else %}
{% set version_name = branch %}
{% endif %}
- Instinct™ Hub
+ Instinct™ Documentation
{%- endmacro -%}
diff --git a/src/rocm_docs/rocm_docs_theme/flavors/instinct/left-side-menu.jinja b/src/rocm_docs/rocm_docs_theme/flavors/instinct/left-side-menu.jinja
index 0376b64b..c247eb9c 100644
--- a/src/rocm_docs/rocm_docs_theme/flavors/instinct/left-side-menu.jinja
+++ b/src/rocm_docs/rocm_docs_theme/flavors/instinct/left-side-menu.jinja
@@ -1,3 +1,3 @@
{%
-set main_doc_link = ("Instinct Hub", projects['instinct'])
+set main_doc_link = ("Instinct Documentation", projects['instinct'])
%}
diff --git a/src/rocm_docs/rocm_docs_theme/flavors/rocm-blogs/header.jinja b/src/rocm_docs/rocm_docs_theme/flavors/rocm-blogs/header.jinja
index ad8c80a5..f152a072 100644
--- a/src/rocm_docs/rocm_docs_theme/flavors/rocm-blogs/header.jinja
+++ b/src/rocm_docs/rocm_docs_theme/flavors/rocm-blogs/header.jinja
@@ -13,7 +13,7 @@ set nav_secondary_items = {
"GitHub": repo_url,
"Community": "https://github.com/ROCm/ROCm/discussions",
"Documentation": "https://rocm.docs.amd.com/en/latest/",
- "Infinity Hub": "https://www.amd.com/en/developer/resources/infinity-hub.html",
+ "Instinct™ Docs": "https://dcgpu.docs.amd.com",
"Support": repo_url + "/issues/new/choose"
}
%}
diff --git a/src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja b/src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja
index 55828364..9b061d2d 100644
--- a/src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja
+++ b/src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja
@@ -26,6 +26,7 @@ set nav_secondary_items = {
"GitHub": repo_url,
"Community": "https://github.com/ROCm/ROCm/discussions",
"Blogs": "https://rocm.blogs.amd.com/",
+ "Instinct™ Docs": "https://dcgpu.docs.amd.com",
"Infinity Hub": "https://www.amd.com/en/developer/resources/infinity-hub.html",
"Support": repo_url + "/issues/new/choose"
}