Skip to content

Commit 589d6fb

Browse files
authored
fix: Updating md extension handling for Kendo API ref
1 parent b3e50c9 commit 589d6fb

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 }}" 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)