fix: 🐛 Fix broken links

This commit is contained in:
Jesse Wierzbinski 2024-08-24 14:34:25 +02:00
parent 596b42474f
commit 4a7dd41c45
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -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.

View file

@ -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>

View file

@ -40,10 +40,10 @@ const resources: ResourceType[] = [
},
},
{
href: "/security",
name: "Security",
href: "/federation",
name: "Federation",
description:
"Learn how to secure your Versia implementation and protect your users' data.",
"Learn how to federate data across the Versia federation network.",
icon: "tabler:building-bank",
pattern: {
y: -6,