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

Commit bc1df0f

Browse files
authored
Merge pull request #2158 from menloresearch/fix/github-url
fix: github url
2 parents 2e1dfa0 + f817b92 commit bc1df0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/SocialNavbar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const SocialNavbar = () => {
1414
<div className="lg:flex hidden mr-4 items-center gap-x-2">
1515
<div className="header-github-link flex bg-neutral-100 dark:bg-neutral-800 rounded-lg py-1 px-2 items-center gap-2">
1616
<Link
17-
to="https://github.com/menloresearch/cortex"
17+
to="https://github.com/menloresearch/cortex.cpp"
1818
target="_blank"
1919
className="hover:no-underline text-black dark:text-white hover:text-inherit"
2020
>

0 commit comments

Comments
 (0)