From 52a4c64083e940ee3059884d36ba11be68cb8856 Mon Sep 17 00:00:00 2001
From: Pierre Jarriges <pierre.jarriges@tutanota.com>
Date: Wed, 26 May 2021 13:45:22 +0200
Subject: [PATCH] articles:update git repos url

---
 public/articles/software/make_frames/make_frames.json           | 2 +-
 public/articles/software/watergun/watergun.json                 | 2 +-
 public/articles/software/website-template/website-template.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/public/articles/software/make_frames/make_frames.json b/public/articles/software/make_frames/make_frames.json
index 860ab69..fa49568 100644
--- a/public/articles/software/make_frames/make_frames.json
+++ b/public/articles/software/make_frames/make_frames.json
@@ -6,7 +6,7 @@
     "technical": {
         "stack": ["Rust"],
         "license": "GNU-GPL v3",
-        "repository": "https://gitlab.com/peter_rabbit/make_frames",
+        "repository": "https://gitlab.com/kuadrado-software/make_frames",
         "version": "0.1.1"
     },
     "images": ["screen_make_frames.png"],
diff --git a/public/articles/software/watergun/watergun.json b/public/articles/software/watergun/watergun.json
index f12c1ba..6bc4d58 100755
--- a/public/articles/software/watergun/watergun.json
+++ b/public/articles/software/watergun/watergun.json
@@ -6,7 +6,7 @@
     "technical": {
         "stack": ["Javascript", "Node.js", "Electron"],
         "license": "Gnu gpl v3",
-        "repository": "https://gitlab.com/peter_rabbit/watergun-web-editor",
+        "repository": "https://gitlab.com/kuadrado-software/watergun-web-editor",
         "version": "0.0.1"
     },
     "images": ["watergun-overview-light.jpg"]
diff --git a/public/articles/software/website-template/website-template.json b/public/articles/software/website-template/website-template.json
index c4deb8d..e6e65de 100644
--- a/public/articles/software/website-template/website-template.json
+++ b/public/articles/software/website-template/website-template.json
@@ -6,7 +6,7 @@
     "technical": {
         "stack": ["Javascript", "Browserify", "Nginx", "Docker"],
         "license": "MIT",
-        "repository": "https://gitlab.com/peter_rabbit/kuadrado-website-template",
+        "repository": "https://gitlab.com/kuadrado-software/kuadrado-website-template",
         "version": "0.1.0"
     },
     "images": ["kuadrado-template-screen.png"]
-- 
GitLab