Fix atom link

This commit is contained in:
m15o 2022-02-20 08:08:16 +01:00
parent b4c45f92b6
commit e79e1fdf45

View file

@ -69,7 +69,7 @@ func createAtomEntryFromStatus(status model.Status) *Entry {
Link: []Link{
{
Rel: "alternate",
Href: fmt.Sprintf("https://status.cafe/status/%d", status.Id),
Href: fmt.Sprintf("https://status.cafe/statuses/%d", status.Id),
Type: "text/html",
},
},