File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,19 +23,19 @@ <h1 class="mb-3 font-mktg">
2323 < div class ="lead-mktg text-gray "> {{ page.intro }}</ div >
2424
2525 {% if page.introLinks.quickstart and page.introLinks.quickstart != '' %}
26- < a href ="{{ currentPath } }{{ page.introLinks.quickstart }} " class ="btn-mktg btn-large f4 mt-3 mr-3 ">
26+ < a href ="/ {{ currentLanguage }}{% if currentVersion != 'free-pro-team@latest' %}/{{ currentVersion }}{% endif % }{{ page.introLinks.quickstart }} " class ="btn-mktg btn-large f4 mt-3 mr-3 ">
2727 {% data ui.product_landing.quick_start %}
2828 </ a >
2929 {% endif %}
3030
3131 {% if page.introLinks.reference and page.introLinks.reference != '' %}
32- < a href ="{{ currentPath } }{{ page.introLinks.reference }} " class ="btn-mktg btn-outline-mktg btn-large f4 mt-3 mr-3 ">
32+ < a href ="/ {{ currentLanguage }}{% if currentVersion != 'free-pro-team@latest' %}/{{ currentVersion }}{% endif % }{{ page.introLinks.reference }} " class ="btn-mktg btn-outline-mktg btn-large f4 mt-3 mr-3 ">
3333 {% data ui.product_landing.reference_guides %}
3434 </ a >
3535 {% endif %}
3636
3737 {% if page.introLinks.overview and page.introLinks.overview != '' %}
38- < a href ="{{ currentPath } }{{ page.introLinks.overview }} " class ="btn-mktg btn-outline-mktg btn-large f4 mt-3 mr-3 ">
38+ < a href ="/ {{ currentLanguage }}{% if currentVersion != 'free-pro-team@latest' %}/{{ currentVersion }}{% endif % }{{ page.introLinks.overview }} " class ="btn-mktg btn-outline-mktg btn-large f4 mt-3 mr-3 ">
3939 {% data ui.product_landing.overview %}
4040 </ a >
4141 {% endif %}
You can’t perform that action at this time.
0 commit comments