Skip to content

Commit

Permalink
fix(header.jinja): Make GitHub repo url for install docs point to ins…
Browse files Browse the repository at this point in the history
…tall docs instead of ROCm home
  • Loading branch information
samjwu committed Jun 27, 2024
1 parent a19a725 commit a177b00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rocm_docs/rocm_docs_theme/flavors/rocm/header.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit a177b00

Please sign in to comment.