diff --git a/app/extensions/polls/page.mdx b/app/extensions/polls/page.mdx
index c3e70d0..a32f3ea 100644
--- a/app/extensions/polls/page.mdx
+++ b/app/extensions/polls/page.mdx
@@ -21,7 +21,7 @@ Note that there is no `question` field: the question should be included in the `
- 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).
Array of the number of votes for each option. The length of this array should match the length of the `options` array.
diff --git a/app/extensions/reactions/page.mdx b/app/extensions/reactions/page.mdx
index 14dda9b..58c885f 100644
--- a/app/extensions/reactions/page.mdx
+++ b/app/extensions/reactions/page.mdx
@@ -58,7 +58,7 @@ The Reactions Extension extends the [Note](/entities/note) entity with the follo
- 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.
diff --git a/components/Resources.tsx b/components/Resources.tsx
index 1346c10..3cef329 100644
--- a/components/Resources.tsx
+++ b/components/Resources.tsx
@@ -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,