Skip to content

Commit f8bb507

Browse files
committed
Reset the mailto URI scheme for email address
- https://en.wikipedia.org/wiki/Mailto
1 parent e1c4adf commit f8bb507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bpdevs:
4949
- { platform: mastodon, user_url: "https://mastodon.social/@blackpythondevs" }
5050
- { platform: youtube, user_url: "https://www.youtube.com/@BlackPythonDevs" }
5151
- { platform: x, user_url: "https://x.com/blackpythondevs" }
52-
- { platform: email, user_url: "[email protected]" }
52+
- { platform: email, user_url: "mailto:[email protected]" }
5353

5454
# Build settings
5555
markdown: kramdown

0 commit comments

Comments
 (0)