From 4771990d3c6aa8bb586d5326d27fc6a5bd38ea95 Mon Sep 17 00:00:00 2001 From: GeorgeWebberley Date: Tue, 3 Feb 2026 15:53:34 +0100 Subject: [PATCH] Fixed datasaur link --- data/projects.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/projects.ts b/data/projects.ts index 4d1658f..fbe3c35 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -38,7 +38,7 @@ A key architectural pillar was the implementation of a robust **Security Rules** "/projects/ratoong/ratoong-4.jpg", "/projects/ratoong/ratoong-5.jpg", ], - liveUrl: "https://ratoong.com", + liveUrl: "https://www.ratoong.com/", isPrivate: false, mermaidChart: ` graph LR @@ -104,7 +104,7 @@ graph LR "/projects/datasaur/datasaur-6.jpg", ], repoUrl: "https://git.georgew.dev/georgew/datasaur", - liveUrl: "https://datasaur.georgew.dev", // Adjusted based on your self-hosting mention + liveUrl: "https://datasaur.dev", isPrivate: false, engineeringStory: ` Datasaur was born out of a necessity to bridge the gap between raw survey data and academic-grade statistical insights. The challenge wasn't just displaying data, but architecting a system capable of performing complex mathematical computations on-the-fly.