Skip to content

Commit 73285d2

Browse files
committed
Add route
1 parent 3d707d1 commit 73285d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/data/navigation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ export const navigation: NavigationItem[] = [
4646
},
4747
{
4848
title: "Cody for Users",
49-
href: "/clients",
49+
href: "/cody/clients",
5050
sections: [
5151
{ title: "VS Code", href: "/cody/clients/install-vscode" },
5252
{ title: "JetBrains", href: "/cody/clients/install-jetbrains" },
5353
{ title: "Web", href: "/cody/clients/cody-with-sourcegraph" },
5454
],
5555
},
5656
{
57-
title: "Features",
58-
href: "/capabilities",
57+
title: "Capabilities",
58+
href: "/cody/capabilities",
5959
sections: [
6060
{ title: "Chat", href: "/cody/capabilities/chat" },
6161
{ title: "Autocomplete", href: "/cody/capabilities/autocomplete" },

0 commit comments

Comments
 (0)