File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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
103103cd empathy-framework
104104pip install -e .` }
105105 </ pre >
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments