From b46fe999a7c6fc8e5eee8d0050d2f4cb02aee09b Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 17:14:28 -0500 Subject: [PATCH] fix Servo project link --- src/data/projects.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..082b00ca 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1315,7 +1315,7 @@ export const projectList = [ { name: "Servo", imageSrc: "https://avatars.githubusercontent.com/u/2566135?s=200&v=4", - projectLink: "https://github.com/digital-asset/daml/contribute", + projectLink: "https://github.com/servo/servo/contribute", description: "A browser engine designed for applications including embedded use.", tags: ["Rust", "Browser", "Servo"], @@ -1458,4 +1458,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];