Skip to content

Commit 23ed945

Browse files
Add edit article btn that goes to CONTRIBUTING.md
1 parent 9e0a952 commit 23ed945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/resources/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div style="float: right; text-align: right; margin-bottom: 10px;">
33
<div style="color: #fff; font-size: 1em;">
44
Article: <strong>{{ article.title }}</strong>
5-
<a style="margin-left: 2px;" href="https://github.com/multitheftauto/mtasa-wiki/tree/main/articles/{{article.path_repo}}" rel="noopener" target="_blank">
5+
<a style="margin-left: 2px;" href="https://github.com/multitheftauto/mtasa-wiki/blob/main/CONTRIBUTING.md" rel="noopener" target="_blank">
66
<i class="fa-solid fa-pen-to-square"></i>
77
</a>
88
</div>

0 commit comments

Comments
 (0)