From a8bb843adb9990e191558103a259b0628d9edb0b Mon Sep 17 00:00:00 2001 From: Ben Parker <37471152+Bennytek@users.noreply.github.com> Date: Mon, 30 Oct 2023 02:51:21 +1100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20Last.fm=20link=20in?= =?UTF-8?q?=20config.toml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace incorrect link for "Last.fm" in the config.toml file Previously, the link was "lastfm.com/user/username", however it has been changed to "last.fm/user/username" in order to reflect the correct URL of the website. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index fb93774..e0cec14 100644 --- a/config.toml +++ b/config.toml @@ -31,7 +31,7 @@ disableKinds = ["taxonomy", "term"] # { instagram = "https://instagram.com/username" }, # { keybase = "https://keybase.io/username" }, # { kickstarter = "https://www.kickstarter.com/profile/username" }, - # { lastfm = "https://lastfm.com/user/username" }, + # { lastfm = "https://last.fm/user/username" }, # { linkedin = "https://linkedin.com/in/username" }, # { mastodon = "https://mastodon.instance/@username" }, # { medium = "https://medium.com/username" },