From 90ab4216d79c9749ff00f1adb7694c10aba24507 Mon Sep 17 00:00:00 2001 From: Muhammad Ibrahim Ahsan Date: Mon, 22 Apr 2024 00:02:52 +0500 Subject: [PATCH] Updated Links of Projects --- src/data/projects.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/data/projects.tsx b/src/data/projects.tsx index be8e31d..14a1bad 100644 --- a/src/data/projects.tsx +++ b/src/data/projects.tsx @@ -5,7 +5,7 @@ export const projects = [ description: "A robust test automation cloud infra that provides parallel cross browser testing capabilities with enhanced scalibility while remaining cost effective and modular", image: "care.jpg", - link: "https://reedbarger.com", + link: "care/", }, { title: "Automation with Intelligent State Management", @@ -13,7 +13,7 @@ export const projects = [ description: "Custom Automation Framework using Selenium with Java that provides a smart mechanism to fulfill prerequisites and dynamically set up the application for each test case", image: "automation_java.jpg", - link: "https://jsbootcamp.com", + link: "/", }, { title: "API Framework for Automation", @@ -21,7 +21,7 @@ export const projects = [ description: "Custom API Automation Framework written with Apache HttpClient 5 that allows for API testing and functional testing using APIs via the Page Object Model, integrating into the UI Automation Framework", image: "api_automation.jpg", - link: "https://pythonbootcamp.com", + link: "/", }, { title: "This Website!", @@ -29,6 +29,6 @@ export const projects = [ description: "A fun project to showcase my skills and accomplishments, while also documenting my journey of growth and knowledge!", image: "portfolio.jpg", - link: "https://reactbootcamp.com", + link: "/", }, ];