Skip to content

Commit c7f20bb

Browse files
committed
Merge branch 'master' into copy-code-snippet
2 parents 55a2c20 + fc3db11 commit c7f20bb

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 }}.md" target="_blank">Improve this article</a>
110110
{% endif %}
111111
</div>
112112
</div>

0 commit comments

Comments
 (0)