Skip to content

Commit

Permalink
feat: update href for links
Browse files Browse the repository at this point in the history
  • Loading branch information
andostronaut committed Jan 6, 2025
1 parent fc54263 commit 4071ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/resume.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const DATA = {
links: [
{
type: 'Source',
href: 'https://github.com/kinotio/gelda',
href: 'https://gelda.kinotio.io',
icon: 'Github',
},
],
Expand All @@ -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',
},
],
Expand All @@ -118,7 +118,7 @@ export const DATA = {
links: [
{
type: 'Source',
href: 'https://github.com/andostronaut/drowser',
href: 'https://github.com/kinotio/drowser',
icon: 'Github',
},
],
Expand Down

0 comments on commit 4071ba9

Please sign in to comment.