Skip to content

Commit

Permalink
Fixed navigation link to core concept main page
Browse files Browse the repository at this point in the history
  • Loading branch information
kaydee0502 committed Jan 10, 2025
1 parent f698a39 commit b9ac69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const navigation: NavigationItem[] = [
]
},
{
title: "Core Concepts", href: "/cody/core-concepts/context",
title: "Core Concepts", href: "/cody/core-concepts",
subsections: [
{ title: "Context", href: "/cody/core-concepts/context", },
{ title: "Token Limits", href: "/cody/core-concepts/token-limits", },
Expand Down

0 comments on commit b9ac69a

Please sign in to comment.