Skip to content

Commit 92c00c9

Browse files
GeneAIclaude
andcommitted
fix: Update all GitHub URLs and email addresses
Fixed incorrect repository URLs and contact information: GitHub Repository URLs: - Changed from github.com/deepstudyai/empathy-framework - Changed from github.com/Deep-Study-AI/empathy-framework - To correct URL: github.com/Smart-AI-Memory/empathy Files updated: - app/framework/page.tsx: 3 GitHub URLs (repo + discussions) - app/docs/page.tsx: 1 git clone URL - app/contact/page.tsx: 2 GitHub URLs + email address Email Address: - Changed from [email protected] - To [email protected] All links now point to correct Smart AI Memory organization resources. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 11337da commit 92c00c9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

website/app/contact/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,23 +289,23 @@ export default function ContactPage() {
289289
<div className="text-center p-6 bg-[var(--border)] bg-opacity-30 rounded-lg">
290290
<div className="text-3xl mb-3">📧</div>
291291
<h3 className="font-bold mb-2">Email</h3>
292-
<a href="mailto:patrick.roebuck@deepstudyai.com" className="text-sm text-[var(--accent)] hover:underline">
293-
patrick.roebuck@deepstudyai.com
292+
<a href="mailto:contact@smartaimemory.com" className="text-sm text-[var(--accent)] hover:underline">
293+
contact@smartaimemory.com
294294
</a>
295295
</div>
296296

297297
<div className="text-center p-6 bg-[var(--border)] bg-opacity-30 rounded-lg">
298298
<div className="text-3xl mb-3">💬</div>
299299
<h3 className="font-bold mb-2">GitHub Discussions</h3>
300-
<a href="https://github.com/Deep-Study-AI/empathy-framework/discussions" className="text-sm text-[var(--accent)] hover:underline" target="_blank" rel="noopener noreferrer">
300+
<a href="https://github.com/Smart-AI-Memory/empathy/discussions" className="text-sm text-[var(--accent)] hover:underline" target="_blank" rel="noopener noreferrer">
301301
Community Support
302302
</a>
303303
</div>
304304

305305
<div className="text-center p-6 bg-[var(--border)] bg-opacity-30 rounded-lg">
306306
<div className="text-3xl mb-3">🐛</div>
307307
<h3 className="font-bold mb-2">Bug Reports</h3>
308-
<a href="https://github.com/Deep-Study-AI/empathy-framework/issues" className="text-sm text-[var(--accent)] hover:underline" target="_blank" rel="noopener noreferrer">
308+
<a href="https://github.com/Smart-AI-Memory/empathy/issues" className="text-sm text-[var(--accent)] hover:underline" target="_blank" rel="noopener noreferrer">
309309
GitHub Issues
310310
</a>
311311
</div>

website/app/docs/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export default function DocsPage() {
9999
Or install from source:
100100
</p>
101101
<pre className="bg-[var(--foreground)] text-[var(--background)] p-4 rounded-lg">
102-
{`git clone https://github.com/deepstudyai/empathy-framework.git
102+
{`git clone https://github.com/Smart-AI-Memory/empathy.git
103103
cd empathy-framework
104104
pip install -e .`}
105105
</pre>

website/app/framework/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function FrameworkPage() {
2929
</p>
3030
<div className="flex flex-col sm:flex-row gap-4 justify-center">
3131
<a
32-
href="https://github.com/deepstudyai/empathy-framework"
32+
href="https://github.com/Smart-AI-Memory/empathy"
3333
className="btn btn-primary"
3434
target="_blank"
3535
rel="noopener noreferrer"
@@ -234,7 +234,7 @@ result = await wizard.analyze({"data": your_data})`}
234234

235235
<div className="grid md:grid-cols-3 gap-6">
236236
<a
237-
href="https://github.com/deepstudyai/empathy-framework"
237+
href="https://github.com/Smart-AI-Memory/empathy"
238238
className="p-6 border-2 border-[var(--border)] rounded-lg hover:border-[var(--primary)] transition-colors"
239239
target="_blank"
240240
rel="noopener noreferrer"
@@ -247,7 +247,7 @@ result = await wizard.analyze({"data": your_data})`}
247247
</a>
248248

249249
<a
250-
href="https://github.com/deepstudyai/empathy-framework/discussions"
250+
href="https://github.com/Smart-AI-Memory/empathy/discussions"
251251
className="p-6 border-2 border-[var(--border)] rounded-lg hover:border-[var(--primary)] transition-colors"
252252
target="_blank"
253253
rel="noopener noreferrer"

0 commit comments

Comments
 (0)