From 1e424af0f54432366103119bea08b50c4bcc81ef Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Fri, 2 Feb 2024 18:37:47 +0100 Subject: [PATCH] fix old projects --- src/content/projects/artdanj-api.md | 2 +- src/content/projects/artdanj-shortener.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/projects/artdanj-api.md b/src/content/projects/artdanj-api.md index 8dbc751..7e5e362 100644 --- a/src/content/projects/artdanj-api.md +++ b/src/content/projects/artdanj-api.md @@ -1,7 +1,7 @@ --- name: artdanj-api description: My personal API connected to my instances and my services -link: https://api.arthurdanjou.fr +link: https://github.com/arthurdanjou/artdanj-api tags: [API] icon: i-ph-gear-six-bold --- diff --git a/src/content/projects/artdanj-shortener.md b/src/content/projects/artdanj-shortener.md index 6588ad1..caf8ca3 100644 --- a/src/content/projects/artdanj-shortener.md +++ b/src/content/projects/artdanj-shortener.md @@ -1,7 +1,7 @@ --- name: artdanj-shortener description: URL Shortener for Developers -link: https://go.arthurdanjou.fr +link: https://github.com/arthurdanjou/artdanj-shortener tags: [Software, OpenSource] icon: i-mdi-toolbox-outline ---