chore: switch to codeberg for issue/source links
1 file changed, 4 insertions(+), 1 deletion(-)
changed files
M internal/components/search.go → internal/components/search.go
@@ -94,7 +94,10 @@ NoScript( P( Class("notice"), g.Text("Everything should work fine without JavaScript. If that is not the case, "), - A(Href("https://todo.sr.ht/~alanpearce/searchix"), g.Text("report an issue")), + A( + Href("https://codeberg.org/alanpearce/searchix/issues"), + g.Text("report an issue"), + ), ), ), )