This is an automated email from the ASF dual-hosted git repository.
laiyingchun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git
The following commit(s) were added to refs/heads/master by this push:
new fdc1e78d Fix the broken links when select version (part 2) (#35)
fdc1e78d is described below
commit fdc1e78d5c39ddb3c2ce41ad0ef5e0d1612ceb0f
Author: Yingchun Lai <[email protected]>
AuthorDate: Wed Dec 6 11:49:28 2023 +0800
Fix the broken links when select version (part 2) (#35)
---
_includes/version-select.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/version-select.html b/_includes/version-select.html
index fa19d64f..3bc5c6a8 100644
--- a/_includes/version-select.html
+++ b/_includes/version-select.html
@@ -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 %}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]