We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de81a73 commit 2c9ea2cCopy full SHA for 2c9ea2c
src/layouts/WikiArticle.astro
@@ -91,7 +91,7 @@ const modifiedTime = lastModified
91
<a
92
class="edit-page"
93
target="_blank"
94
- href={`https://github.com/LuaLS/LuaLS.github.io/tree/main/src/content/wiki/${article.id}.mdx`}
+ href={`https://github.com/LuaLS/LuaLS.github.io/edit/main/src/content/wiki/${article.id}.mdx`}
95
>
96
<Icon name="pencil" group="solid" />
97
</a>
0 commit comments