From a177b0005a7a77254f97bd4cbdeb01f6011b3dd8 Mon Sep 17 00:00:00 2001 From: Sam Wu <22262939+samjwu@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:56:15 -0600 Subject: [PATCH] fix(header.jinja): Make GitHub repo url for install docs point to install docs instead of ROCm home --- src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja | 2 -- 1 file changed, 2 deletions(-) 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 2d079269..d94faaf2 100644 --- a/src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja +++ b/src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja @@ -17,8 +17,6 @@ {% if theme_repository_url.endswith("-docs") %} {% set repo_url = theme_repository_url|replace("-docs", "") %} -{% elif "rocm-install-on" in theme_repository_url %} - {% set repo_url = "https://github.com/ROCm/ROCm" %} {% else %} {% set repo_url = theme_repository_url %} {% endif %}