From 8c41b90aae801c43808a30ae2638143845b1929e Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Tue, 26 May 2026 10:18:06 +0200 Subject: [PATCH] changed projects git links to code.natconf.dev --- src/routes/projects/projects2.ts | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/src/routes/projects/projects2.ts b/src/routes/projects/projects2.ts index 35b3658..19450b0 100644 --- a/src/routes/projects/projects2.ts +++ b/src/routes/projects/projects2.ts @@ -174,7 +174,7 @@ export const projects: Project[] = [ }, { text: "source code", - link: "https://codeberg.org/denizk0461/daisy-fm-synth", + link: "https://code.natconf.dev/denizk0461/daisy-fm-synth", }, ], }, @@ -206,10 +206,10 @@ export const projects: Project[] = [ links: [ { text: "source code", - link: "https://codeberg.org/denizk0461/weserplaner/", + link: "https://code.natconf.dev/denizk0461/weserplaner/", }, { - text: "link to the former Google Play store page", + text: "former Play Store page", link: "https://play.google.com/store/apps/details?id=com.denizk0461.weserplaner", }, ], @@ -230,10 +230,10 @@ export const projects: Project[] = [ links: [ { text: "source code", - link: "https://codeberg.org/denizk0461/text-basic/", + link: "https://code.natconf.dev/denizk0461/text-basic/", }, { - text: "former Google Play store page", + text: "former Play Store page", link: "https://play.google.com/store/apps/details?id=com.denizk0461.textbasic", }, ], @@ -250,6 +250,10 @@ export const projects: Project[] = [ date: "August 2023", status: ProjectStatus.ABANDONED, links: [ + { + text: "source code", + link: "https://code.natconf.dev/denizk0461/swordsnstuff/", + }, { text: "play game", link: "https://apps.natconf.dev/swordsnstuff", @@ -313,8 +317,8 @@ export const projects: Project[] = [ status: ProjectStatus.EOL, links: [ { - text: "android source code", - link: "https://github.com/denizk0461/qwark", + text: "source code", + link: "https://code.natconf.dev/denizk0461/qwark", }, ], }, @@ -332,11 +336,11 @@ export const projects: Project[] = [ links: [ { text: "android source code", - link: "https://github.com/denizk0461/avh-substitution-plan", + link: "https://code.natconf.dev/denizk0461/avh-plan-android", }, { text: "iOS source code", - link: "https://github.com/denizk0461/avh-plan-ios", + link: "https://code.natconf.dev/denizk0461/avh-plan-ios", }, ], },