From 65c899635ab8a157a82fbc175a9bc9633f37e836 Mon Sep 17 00:00:00 2001
From: Johannes Keyser <johannes.keyser@sport.uni-giessen.de>
Date: Mon, 18 Mar 2024 16:01:36 +0100
Subject: [PATCH] Use simpler Markdown to add badge and link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6574655..c558061 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ SPDX-License-Identifier: CC-BY-4.0
 
 # Eine Einführung in statistische Programmierung mit Python
 
-<a href="https://zenodo.org/records/8089459"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.8089459.svg"></a>
+[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8089459.svg)](https://doi.org/10.5281/zenodo.8089459)
 
 - Thema: Eine Einführung in statistische Programmierung mit Python
 - Rahmen: HeFDI Data Week 2023
-- 
GitLab