diff --git a/src/content/blog/build-a-mastodon-bot-with-node-and-github-actions.md b/src/content/blog/build-a-mastodon-bot-with-node-and-github-actions.md index ec4e683..b606552 100644 --- a/src/content/blog/build-a-mastodon-bot-with-node-and-github-actions.md +++ b/src/content/blog/build-a-mastodon-bot-with-node-and-github-actions.md @@ -30,7 +30,7 @@ Back in January, I started learning ancient Sumerian. I'm still not sure why I g The difficulty with dead languages is that you can't immerse yourself in the language or the culture. Generally speaking, increasing one's language exposure to a dead language is hard, even in this age of information abundance. This gave me the perfect occasion for a new project: a bot that posts one cuneiform glyph a day, in order to help me with my practice. -That's how [@sumerian](https://botsin.space/@sumerian) was born. Let's look at how [its source code](https://github.com/gmarty/sumerian-bot) works. +That's how [@sumerian](https://archaeo.social/@sumerian) was born. Let's look at how [its source code](https://github.com/gmarty/sumerian-bot) works. ## Implementing the logic