Skip to content

Commit b9ac69a

Browse files
committed
Fixed navigation link to core concept main page
1 parent f698a39 commit b9ac69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/navigation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const navigation: NavigationItem[] = [
6565
]
6666
},
6767
{
68-
title: "Core Concepts", href: "/cody/core-concepts/context",
68+
title: "Core Concepts", href: "/cody/core-concepts",
6969
subsections: [
7070
{ title: "Context", href: "/cody/core-concepts/context", },
7171
{ title: "Token Limits", href: "/cody/core-concepts/token-limits", },

0 commit comments

Comments
 (0)