Fix atom link
This commit is contained in:
parent
b4c45f92b6
commit
e79e1fdf45
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue