docs: update GitLab repository links

This commit is contained in:
3252a8
2026-05-26 21:57:49 +03:00
parent 0df52d0235
commit bf46a15446
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-minshop/-/edit/main/docs/${editPath}`;
const editUrl = `https://gitlab.com/3252a8/remnawave-minishop/-/edit/main/docs/${editPath}`;
return [
'---',
`title: ${yamlString(title)}`,