docs: point repository links to GitHub

This commit is contained in:
3252a8
2026-05-26 22:21:00 +03:00
parent bf46a15446
commit 53f1cec401
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ function frontmatter({ title, description, sourceRelativePath }) {
.split('/')
.map((segment) => encodeURIComponent(segment))
.join('/');
const editUrl = `https://gitlab.com/3252a8/remnawave-minishop/-/edit/main/docs/${editPath}`;
const editUrl = `https://github.com/3252a8/remnawave-minishop/edit/main/docs/${editPath}`;
return [
'---',
`title: ${yamlString(title)}`,