mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
fix: correct GitHub repository URL in marketing page
Fixes the broken link in the "open source" text on the roocode.com homepage. Changed Roo-Code-Inc to RooCodeInc in the GitHub URL. Fixes #10376
This commit is contained in:
parent
a42387e0af
commit
98b97e3f2e
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ export function PillarsSection() {
|
|||
<div className="text-muted-foreground my-4 space-y-1">
|
||||
<p>
|
||||
The Roo Code Extension is{" "}
|
||||
<Link target="_blank" href="https://github.com/Roo-Code-Inc/Roo-Code">
|
||||
<Link target="_blank" href="https://github.com/RooCodeInc/Roo-Code">
|
||||
open source
|
||||
</Link>{" "}
|
||||
so you can see for yourself exactly what it's doing and we don't use
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue