Skip to content

Commit

Permalink
Fix the broken links when select version (take 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 6, 2023
1 parent 8b75924 commit 1126c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/version-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{% if ver == site.latest_pegasus_version %}
{% assign version_url = no_version_link %}
{% else %}
{% assign version_url = '/' | append: ver | append: no_version_link %}
{% assign version_url = '/' | append: ver | append: '/' | append: no_version_link %}
{% endif %}

<a href="{{ version_url }}" class="dropdown-item {% if ver == page.version %}is-active{% endif %}">
Expand Down

0 comments on commit 1126c35

Please sign in to comment.