From 4a5f8e625c68e1004b9d433f2237a7de1f5a6141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6der?= <fschroeder@techfak.uni-bielefeld.de> Date: Sun, 23 Mar 2025 17:19:54 +0100 Subject: [PATCH] Wrap badge images in links for improved accessibility. Updated the README.md to wrap badge images in `<a>` tags, ensuring they are clickable and lead to the relevant resources. This improves usability and makes navigation more intuitive for users. --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34fd83b..9ffcee0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ <div align="center"> -](https://scs.pages.ub.uni-bielefeld.de/cocosy/cooperative-cuisine/cooperative_cuisine.html) +<a href="https://scs.pages.ub.uni-bielefeld.de/cocosy/cooperative-cuisine/cooperative_cuisine.html"> + +</a> </div> <div align="center"> -](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/-/pipelines/latest/) -](https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/-/pipelines/latest/) +<a href="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/-/pipelines/latest/"> + +</a> +<a href="https://gitlab.ub.uni-bielefeld.de/scs/cocosy/cooperative-cuisine/-/pipelines/latest/"> + +</a>   </div> -- GitLab