From a541676876d15c94dad23c9cd73fade1cbcb4454 Mon Sep 17 00:00:00 2001 From: Jerome Thayananthajothy Date: Tue, 18 Nov 2025 09:17:31 +0530 Subject: [PATCH] Update GitHub links in VitePress config --- docs/.vitepress/config.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 7332ce6..58a8203 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -280,7 +280,7 @@ export default defineConfig({ // Social links (keeping your GitHub link) socialLinks: [ - { icon: "github", link: "https://github.com/jerome/fetch-php" }, + { icon: "github", link: "https://github.com/Thavarshan/fetch-php" }, ], // Footer content with additional keywords naturally included @@ -310,7 +310,7 @@ export default defineConfig({ // Add edit link to encourage contributions (helps with engagement metrics) editLink: { - pattern: "https://github.com/jerome/fetch-php/edit/main/docs/:path", + pattern: "https://github.com/Thavarshan/fetch-php/edit/main/docs/:path", text: "Edit this page on GitHub", },