Skip to content

Commit

Permalink
Fix the broken links when select version from 'compile-by-docker'
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 committed Dec 4, 2023
1 parent 010dab3 commit 9dbc5be
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 9dbc5be

Please sign in to comment.