From 13cdf80edbc21b943065d5e5126ce51358b5174a Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Wed, 7 Feb 2024 14:15:41 +0100
Subject: [PATCH] docs(swissquote): drop target blank in link (#27108)

---
 docs/usage/user-stories/swissquote.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/user-stories/swissquote.md b/docs/usage/user-stories/swissquote.md
index a4c84a7cb5..e7f187f6bd 100644
--- a/docs/usage/user-stories/swissquote.md
+++ b/docs/usage/user-stories/swissquote.md
@@ -22,7 +22,7 @@ Depending on third-party software is a sword of Damocles; you never know when a
 
 <figure markdown>
   ![XKCD 2347](../assets/images/swissquote_xkcd.png){ loading=lazy }
-  <figcaption><a href=https://xkcd.com/2347/ target=_blank>XKCD comic 2347</a> is always relevant when talking about dependencies.</figcaption>
+  <figcaption><a href=https://xkcd.com/2347/>XKCD comic 2347</a> is always relevant when talking about dependencies.</figcaption>
 </figure>
 
 Each software dependency is a risk.
-- 
GitLab