From d10b90a75caae4dec771fb56d17ddb644ce6a8be Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Tue, 26 Dec 2023 10:17:30 +1100 Subject: [PATCH] Update bluesky URL --- lib/adamantium/link_finder.rb | 1 + slices/micropub/actions/site/config.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/adamantium/link_finder.rb b/lib/adamantium/link_finder.rb index 18880a7..e3d8ca0 100644 --- a/lib/adamantium/link_finder.rb +++ b/lib/adamantium/link_finder.rb @@ -8,6 +8,7 @@ module Adamantium overcast.fm youtube.com bsky.app + bsky.social github.com] def call(content) diff --git a/slices/micropub/actions/site/config.rb b/slices/micropub/actions/site/config.rb index d73f0ca..4a1cd33 100644 --- a/slices/micropub/actions/site/config.rb +++ b/slices/micropub/actions/site/config.rb @@ -27,7 +27,7 @@ module Micropub name: "Mastodon" }, { - uid: "https://bsky.app", + uid: "https://bsky.social", name: "Blue Sky" } ] @@ -42,7 +42,7 @@ module Micropub name: "Mastodon" }, { - uid: "https://bsky.app", + uid: "https://bsky.social", name: "Blue Sky" } ]