From fc0992ea7cf2f134fb2099f0f386b9edadc784e9 Mon Sep 17 00:00:00 2001 From: Fabien Basmaison Date: Sun, 11 Apr 2021 14:41:14 +0200 Subject: [PATCH] Use URL on Mastodon profiles in list of instances. The links to the Mastodon profiles currently default to `mailto:` when parsed by Markdown. --- instances.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instances.md b/instances.md index 570328b5..91d21f5a 100644 --- a/instances.md +++ b/instances.md @@ -1,5 +1,5 @@ | name | url | admin contact | open registration | | :--- | :-- | :------------ | :---------------- | -| bookwyrm.social | http://bookwyrm.social/ | mousereeve@riseup.net / @tripofmice@friend.camp | ❌ | -| wyrms.de | https://wyrms.de/ | wyrms@tofuwabo.hu / @tofuwabohu@subversive.zone | ❌ | +| bookwyrm.social | http://bookwyrm.social/ | mousereeve@riseup.net / [@tripofmice@friend.camp](https://friend.camp/@tripofmice) | ❌ | +| wyrms.de | https://wyrms.de/ | wyrms@tofuwabo.hu / [@tofuwabohu@subversive.zone](https://subversive.zone/@tofuwabohu) | ❌ |