From 97d36a47af92aed8ead191bcd913fccb37be51b3 Mon Sep 17 00:00:00 2001 From: Jack Laxson Date: Sun, 19 Jan 2020 05:15:41 -0500 Subject: [PATCH] fix up the links not working on this page (#749) --- content/en/entities/status.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/entities/status.md b/content/en/entities/status.md index 812c6fb7..a9ae71d4 100644 --- a/content/en/entities/status.md +++ b/content/en/entities/status.md @@ -113,7 +113,7 @@ menu: ### `account` {#account} **Description:** The account that authored this status.\ -**Type:** [Account](account.md)\ +**Type:** [Account]({{< relref "account.md" >}})\ **Version history:** Added in 0.1.0 ### `content` {#content} @@ -153,13 +153,13 @@ menu: ### `media_attachments` {#media_attachments} **Description:** Media that is attached to this status.\ -**Type:** Array of [Attachment](attachment.md)\ +**Type:** Array of [Attachment]({{< relref "attachment.md" >}})\ **Version history:** Added in 0.6.0 ### `application` {#application} **Description:** The application used to post this status.\ -**Type:** [Application](application.md)\ +**Type:** [Application]({{< relref "application.md" >}}%)\ **Version history:** Added in 0.9.9 ## Rendering attributes @@ -173,13 +173,13 @@ menu: ### `tags` {#tags} **Description:** Hashtags used within the status content.\ -**Type:** Array of [Tag](tag.md)\ +**Type:** Array of [Tag]({{< relref "tag.md" >}})\ **Version history:** Added in 0.9.0 ### `emojis` {#emojis} **Description:** Custom emoji to be used when rendering status content.\ -**Type:** Array of [Emoji](emoji.md)\ +**Type:** Array of [Emoji]({{< relref "emoji.md" >}})\ **Version history:** Added in 2.0.0 ## Informational attributes @@ -225,7 +225,7 @@ menu: ### `reblog` {#reblog} **Description:** ID of the status in the database.\ -**Type:** [Status](status.md)\ +**Type:** [Status]({{< relref "status.md" >}})\ **Version history:** Added in 0.1.0 ### `poll` {#poll}