From 540eb8933475ea8e80beb1b017055896227da39b Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Sun, 18 Jan 2026 16:57:58 +0700 Subject: [PATCH] docs: update repository links to mivodev/mivo --- .vitepress/config/sidebars.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vitepress/config/sidebars.ts b/.vitepress/config/sidebars.ts index 91958c5..e79f6f4 100644 --- a/.vitepress/config/sidebars.ts +++ b/.vitepress/config/sidebars.ts @@ -33,7 +33,7 @@ export const sidebarEn: DefaultTheme.Sidebar = { { text: 'Support', items: [ - { text: 'Contribution', link: 'https://github.com/dyzulk/mivo/blob/main/CONTRIBUTING.md' }, + { text: 'Contribution', link: 'https://github.com/mivodev/mivo/blob/main/CONTRIBUTING.md' }, { text: 'Donate', link: 'https://sociabuzz.com/dyzulkdev/tribe' } ] }, @@ -112,7 +112,7 @@ export const sidebarId: DefaultTheme.Sidebar = { { text: 'Dukungan', items: [ - { text: 'Kontribusi', link: 'https://github.com/dyzulk/mivo/blob/main/CONTRIBUTING.md' }, + { text: 'Kontribusi', link: 'https://github.com/mivodev/mivo/blob/main/CONTRIBUTING.md' }, { text: 'Donasi', link: 'https://sociabuzz.com/dyzulkdev/tribe' } ] },