From 4071ba9ceca6710523b4fb1039b72fc02d4813bf Mon Sep 17 00:00:00 2001 From: Ando Date: Mon, 6 Jan 2025 21:14:06 +0300 Subject: [PATCH] feat: update href for links --- data/resume.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/resume.tsx b/data/resume.tsx index 713731e..5acc2fc 100755 --- a/data/resume.tsx +++ b/data/resume.tsx @@ -75,7 +75,7 @@ export const DATA = { links: [ { type: 'Source', - href: 'https://github.com/kinotio/gelda', + href: 'https://gelda.kinotio.io', icon: 'Github', }, ], @@ -100,7 +100,7 @@ export const DATA = { links: [ { type: 'Source', - href: 'https://github.com/kinotio/drowser-studio', + href: 'https://drowser.kinotio.io/studio', icon: 'Github', }, ], @@ -118,7 +118,7 @@ export const DATA = { links: [ { type: 'Source', - href: 'https://github.com/andostronaut/drowser', + href: 'https://github.com/kinotio/drowser', icon: 'Github', }, ],