Skip to content

Commit 2a7abc5

Browse files
authored
Merge pull request #90 from marin-bratanov/patch-4
chore: fix "Improve this article" links - they had double ".md" at th…
2 parents c7ca578 + 589d6fb commit 2a7abc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ <h1>{{ page.title }}</h1>
106106
<a class="btn btn-action" href='https://www.telerik.com/account/support-tickets?pid={{ site.data.support_products[site.product] }}' target="_blank" onclick="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}')">Contact support</a>
107107
</div>
108108
{% if site.edit_repo_url and page.is_search_page != true and page.editable != false %}
109-
<a class="btn-edit-article" href="{{ site.edit_repo_url }}/{{ page.path }}.md" target="_blank">Improve this article</a>
109+
<a class="btn-edit-article" href="{{ site.edit_repo_url }}/{{ page.path | replace: '.md','' }}.md" target="_blank">Improve this article</a>
110110
{% endif %}
111111
</div>
112112
</div>

0 commit comments

Comments
 (0)