From 2bac46e4a172f6ac24f3d772d8df9030b3c2ac93 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Tue, 16 May 2023 21:33:18 +0200
Subject: [PATCH] Direct users to the public GitHub rather than Gitlab

---
 data/global.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/global.yaml b/data/global.yaml
index 6b1cad1..807d209 100644
--- a/data/global.yaml
+++ b/data/global.yaml
@@ -1,6 +1,6 @@
 link: [
   "./docs/index.html",
-  "https://gitlab.cosma.dur.ac.uk/swift/swiftsim",
+  "https://github.com/SWIFTSIM/SWIFT",
   "./onboarding.pdf",
 ]
 
-- 
GitLab