We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a50f4b commit a541676Copy full SHA for a541676
1 file changed
docs/.vitepress/config.mts
@@ -280,7 +280,7 @@ export default defineConfig({
280
281
// Social links (keeping your GitHub link)
282
socialLinks: [
283
- { icon: "github", link: "https://github.com/jerome/fetch-php" },
+ { icon: "github", link: "https://github.com/Thavarshan/fetch-php" },
284
],
285
286
// Footer content with additional keywords naturally included
@@ -310,7 +310,7 @@ export default defineConfig({
310
311
// Add edit link to encourage contributions (helps with engagement metrics)
312
editLink: {
313
- pattern: "https://github.com/jerome/fetch-php/edit/main/docs/:path",
+ pattern: "https://github.com/Thavarshan/fetch-php/edit/main/docs/:path",
314
text: "Edit this page on GitHub",
315
},
316
0 commit comments