Skip to content

Commit 2c9ea2c

Browse files
committed
fix: wiki page edit button href
1 parent de81a73 commit 2c9ea2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/WikiArticle.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const modifiedTime = lastModified
9191
<a
9292
class="edit-page"
9393
target="_blank"
94-
href={`https://github.com/LuaLS/LuaLS.github.io/tree/main/src/content/wiki/${article.id}.mdx`}
94+
href={`https://github.com/LuaLS/LuaLS.github.io/edit/main/src/content/wiki/${article.id}.mdx`}
9595
>
9696
<Icon name="pencil" group="solid" />
9797
</a>

0 commit comments

Comments
 (0)