From 2c43133ccd63e7fc8914ba96530d8889b0991f6d Mon Sep 17 00:00:00 2001 From: Philip Wille Date: Mon, 7 Oct 2024 08:00:08 +0200 Subject: [PATCH] Removes follow_url part of sharing link for xing --- data/sharing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sharing.json b/data/sharing.json index c8c867f..bef1cbf 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -62,6 +62,6 @@ "xing": { "icon": "xing", "title": "sharing.xing", - "url": "https://www.xing.com/spi/shares/new?url=%s&follow_url=https://www.xing.com/profile/Philip_Wille" + "url": "https://www.xing.com/spi/shares/new?url=%s" } }