Skip to content

Commit 5a90ced

Browse files
authored
fix links
1 parent 6356f0c commit 5a90ced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vitepress/config.mts

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
lang: "en-US",
66
title: "Acode Docs",
77
description:
8-
"Community driven detailed acode and its plugin development guide",
8+
"Detailed Acode and its plugin development guide",
99
lastUpdated: true,
1010
cleanUrls: true,
1111
head: [["link", { rel: "icon", href: "/acode.png" }]],
@@ -284,13 +284,13 @@ export default defineConfig({
284284
socialLinks: [
285285
{
286286
icon: "github",
287-
link: "https://github.com/bajrangCoder/acode-plugin-docs",
287+
link: "https://github.com/Acode-Foundation/acode-plugin-docs",
288288
},
289289
{ icon: "discord", link: "https://discord.com/invite/y4MjDXvMXW" },
290290
],
291291
editLink: {
292292
pattern:
293-
"https://github.com/bajrangcoder/acode-plugin-docs/edit/main/:path",
293+
"https://github.com/Acode-Foundation/acode-plugin-docs/edit/main/:path",
294294
text: "Edit this page on GitHub",
295295
},
296296
},

0 commit comments

Comments
 (0)