mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🐛 Fix broken links
This commit is contained in:
parent
596b42474f
commit
4a7dd41c45
3 changed files with 5 additions and 5 deletions
|
|
@ -21,7 +21,7 @@ Note that there is no `question` field: the question should be included in the `
|
|||
<Col>
|
||||
<Properties>
|
||||
<Property name="options" type="ContentFormat[]" required="true">
|
||||
Array of options for the poll. Each option is a [ContentFormat](/entities/content-format) that can contain the same properties as a Note's `content` (e.g. [Custom Emojis](/extensions/custom-emojis) or HTML hyperlinks).
|
||||
Array of options for the poll. Each option is a [ContentFormat](/structures/content-format) that can contain the same properties as a Note's `content` (e.g. [Custom Emojis](/extensions/custom-emojis) or HTML hyperlinks).
|
||||
</Property>
|
||||
<Property name="votes" type="number[]" required="true" numberType="u64">
|
||||
Array of the number of votes for each option. The length of this array should match the length of the `options` array.
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@ The Reactions Extension extends the [Note](/entities/note) entity with the follo
|
|||
<Col>
|
||||
<Properties>
|
||||
<Property name="reactions" type="array" required>
|
||||
URI to a [Collection](/entities/collection) of the [Reactions](#entity-definition) attached to the note.
|
||||
URI to a [Collection](/structures/collection) of the [Reactions](#entity-definition) attached to the note.
|
||||
</Property>
|
||||
</Properties>
|
||||
</Col>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue