Skip to content

Commit a541676

Browse files
authored
Update GitHub links in VitePress config
1 parent 0a50f4b commit a541676

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export default defineConfig({
280280

281281
// Social links (keeping your GitHub link)
282282
socialLinks: [
283-
{ icon: "github", link: "https://github.com/jerome/fetch-php" },
283+
{ icon: "github", link: "https://github.com/Thavarshan/fetch-php" },
284284
],
285285

286286
// Footer content with additional keywords naturally included
@@ -310,7 +310,7 @@ export default defineConfig({
310310

311311
// Add edit link to encourage contributions (helps with engagement metrics)
312312
editLink: {
313-
pattern: "https://github.com/jerome/fetch-php/edit/main/docs/:path",
313+
pattern: "https://github.com/Thavarshan/fetch-php/edit/main/docs/:path",
314314
text: "Edit this page on GitHub",
315315
},
316316

0 commit comments

Comments
 (0)