Skip to content

Commit 290c81b

Browse files
committed
fix(urls): Fix broken urls
Signed-off-by: rowan-mcalpin <87948250+rowan-mcalpin@users.noreply.github.com>
1 parent f02b555 commit 290c81b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export default defineConfig({
5151
{
5252
text: "v1.0.0",
5353
items: [
54-
{text: "v0.6.1", link: "https://v0.nextftc.dev"}
54+
{text: "v0.6.1", link: "https://nextftc.dev"} // TODO: Update to `v0.nextftc.dev` when v1 is released
5555
]
5656
},
5757
{
@@ -73,11 +73,11 @@ export default defineConfig({
7373
socialLinks:
7474
[
7575
{icon: "github", link: "https://github.com/NextFTC"},
76-
{icon: "discord", link: "https://discord.gg/PjP9Ze6fkX"}
76+
{icon: "discord", link: "https://nextftc.dev/discord"}
7777
],
7878
editLink:
7979
{
80-
pattern: "https://github.com/NextFTC/NextFTC-Docs/edit/main/src/:path"
80+
pattern: "https://github.com/NextFTC/NextFTC-Docs-v1/edit/main/src/:path" // TODO: Update to `NextFTC-Docs` when v1 is released
8181
}
8282
,
8383
search: {

0 commit comments

Comments
 (0)