Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

fix: github url #2158

Merged
merged 1 commit into from
Mar 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/components/SocialNavbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const SocialNavbar = () => {
<div className="lg:flex hidden mr-4 items-center gap-x-2">
<div className="header-github-link flex bg-neutral-100 dark:bg-neutral-800 rounded-lg py-1 px-2 items-center gap-2">
<Link
to="https://github.com/menloresearch/cortex"
to="https://github.com/menloresearch/cortex.cpp"
target="_blank"
className="hover:no-underline text-black dark:text-white hover:text-inherit"
>
Expand Down
Loading