Skip to content

Commit e66b611

Browse files
committed
fix(docs): correct GitHub org name OpenOpenCodeIntel to OpenCodeIntel
Fixed typo in: - DocsHomePage.tsx: GitHub and Issues links - MCPSetupPage.tsx: git clone command and issues link
1 parent e57acb0 commit e66b611

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/pages/DocsHomePage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export function DocsHomePage() {
146146
<h2 className="text-2xl font-semibold text-white mb-4">Resources</h2>
147147
<div className="flex flex-wrap gap-4">
148148
<a
149-
href="https://github.com/OpenOpenCodeIntel/opencodeintel"
149+
href="https://github.com/OpenCodeIntel/opencodeintel"
150150
className="inline-flex items-center gap-2 px-4 py-2 bg-white/5 border border-white/10 rounded-lg text-gray-300 hover:text-white hover:bg-white/10 transition-colors"
151151
target="_blank"
152152
rel="noopener noreferrer"
@@ -157,7 +157,7 @@ export function DocsHomePage() {
157157
GitHub
158158
</a>
159159
<a
160-
href="https://github.com/OpenOpenCodeIntel/opencodeintel/issues"
160+
href="https://github.com/OpenCodeIntel/opencodeintel/issues"
161161
className="inline-flex items-center gap-2 px-4 py-2 bg-white/5 border border-white/10 rounded-lg text-gray-300 hover:text-white hover:bg-white/10 transition-colors"
162162
target="_blank"
163163
rel="noopener noreferrer"

frontend/src/pages/MCPSetupPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export function MCPSetupPage() {
130130
Clone the MCP Server
131131
</h3>
132132
<p className="text-gray-300 mb-3">If you haven't already, grab the OpenCodeIntel repo:</p>
133-
<CodeBlock language="bash">{`git clone https://github.com/OpenOpenCodeIntel/opencodeintel.git
133+
<CodeBlock language="bash">{`git clone https://github.com/OpenCodeIntel/opencodeintel.git
134134
cd opencodeintel/mcp-server`}</CodeBlock>
135135
</div>
136136

@@ -405,7 +405,7 @@ python main.py`}</CodeBlock>
405405
<li>3. <strong className="text-white">Try impact analysis</strong> before your next refactor</li>
406406
</ol>
407407
<p className="text-gray-400 mt-4 text-sm">
408-
Questions? Issues? <a href="https://github.com/OpenOpenCodeIntel/opencodeintel/issues" className="text-blue-400 hover:underline" target="_blank" rel="noopener noreferrer">Open a GitHub issue</a> or reach out.
408+
Questions? Issues? <a href="https://github.com/OpenCodeIntel/opencodeintel/issues" className="text-blue-400 hover:underline" target="_blank" rel="noopener noreferrer">Open a GitHub issue</a> or reach out.
409409
</p>
410410
</section>
411411

0 commit comments

Comments
 (0)