From 93c3c153f0fb88930e37d1d829c1d26f0a4fb4e1 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sun, 27 Apr 2025 13:36:27 +0200 Subject: [chore] Rewrite all remaining Github links --- internal/web/rss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/web') diff --git a/internal/web/rss.go b/internal/web/rss.go index e9fa5ca65..006ba4ec1 100644 --- a/internal/web/rss.go +++ b/internal/web/rss.go @@ -46,7 +46,7 @@ func (m *Module) rssFeedGETHandler(c *gin.Context) { // Usernames on our instance will always be lowercase. // - // todo: https://github.com/superseriousbusiness/gotosocial/issues/1813 + // todo: https://codeberg.org/superseriousbusiness/gotosocial/issues/1813 username = strings.ToLower(username) // Retrieve the getRSSFeed function from the processor. -- cgit v1.2.3