Skip to content

Commit cdf0d36

Browse files
Merge pull request #48 from ThomasJButler/v3.5-DomainUpdate
Update domain for Agentic AI showcase.
2 parents 03c223a + edee97a commit cdf0d36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/ProjectsPage.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ interface Project {
5050
}
5151

5252
const projects: Project[] = [
53-
// AI/ML Projects - Featured showcase from aitomatic.io
53+
// AI/ML Projects - Featured showcase from Agentic AI Bootcamp
5454
{
5555
id: 'ai-comparison-showcase',
5656
name: 'Real-time LLM Builder and Comparison Tool',
@@ -143,7 +143,7 @@ const projects: Project[] = [
143143
forks: 0
144144
},
145145
links: {
146-
demo: 'https://www.aitomatic.io/',
146+
demo: 'https://mastering-ai-course-portfolio-dashb.vercel.app/',
147147
github: 'https://github.com/ThomasJButler/MasteringAICoursePortfolio'
148148
},
149149
category: 'ai',
@@ -291,7 +291,7 @@ const projects: Project[] = [
291291
forks: 0
292292
},
293293
links: {
294-
demo: 'https://www.tomatic.tech/',
294+
demo: 'https://the-matrix-arcade.vercel.app/',
295295
github: 'https://github.com/ThomasJButler/The-Matrix-Arcade'
296296
},
297297
category: 'games',

0 commit comments

Comments
 (0)