]> git.r.bdr.sh - rbdr/pinboard-linkblog-updater/commitdiff
Update the URL
authorRuben Beltran del Rio <redacted>
Sun, 21 Jan 2024 13:50:11 +0000 (13:50 +0000)
committerRuben Beltran del Rio <redacted>
Sun, 21 Jan 2024 13:50:11 +0000 (13:50 +0000)
index.js

index 2059534c08c2bfadfd7e97e87fa10d2e728e678d..f8df008c994c4e35760c6524f1030d8ee690fbef 100644 (file)
--- a/index.js
+++ b/index.js
@@ -45,9 +45,9 @@ const internals = {
     const body = new FormData();
     body.set(
       'status',
-      `New post: ${title}\n\nAvailable on:\n\nā™Šļø the gemini archive gemini://gemini.unlimited.pizza/gemlog/\n\n or, the ephemeral blog šŸŒ: https://blog.unlimited.pizza`
+      `New post: ${title}\n\nAvailable on:\n\nā™Šļø the gemini archive gemini://gemini.unlimited.pizza/gemlog/\n\n or, the ephemeral blog šŸŒ: https://www.unlimited.pizza/gemlog`
     );
-    return fetch('https://mastodon.social/api/v1/statuses', {
+    return fetch('https://friendship.quest/api/v1/statuses', {
       method: 'post',
       headers: {
         Authorization: `Bearer ${internals.tootToken}`,