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{
|
Link: []Link{
|
||||||
{
|
{
|
||||||
Rel: "alternate",
|
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",
|
Type: "text/html",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue