diff --git a/src/en/SUMMARY.md b/src/en/SUMMARY.md index c2ffd51..c0de6fe 100644 --- a/src/en/SUMMARY.md +++ b/src/en/SUMMARY.md @@ -16,6 +16,7 @@ - [Backup and Restore](administration/backup_and_restore.md) - [Federation](federation/federation.md) - [Federation Overview](federation/overview.md) + - [Administration](federation/administration.md) - [Lemmy Protocol](federation/lemmy_protocol.md) - [Client Development](client_development/client_development.md) - [HTTP API extras](client_development/http_api_extras.md) diff --git a/src/en/federation/overview.md b/src/en/federation/overview.md index 949984b..4f8bd41 100644 --- a/src/en/federation/overview.md +++ b/src/en/federation/overview.md @@ -1,7 +1,7 @@ # Federation Overview -This document is for anyone who wants to know how Lemmy federation works, without being overly technical. It is meant provide a high-level overview of ActivityPub federation in Lemmy. If you are implementing ActivityPub yourself and want to be compatible with Lemmy, read our [ActivityPub API outline](contributing_apub_api_outline.md). +This document is for anyone who wants to know how Lemmy federation works, without being overly technical. It is meant provide a high-level overview of ActivityPub federation in Lemmy. If you are implementing ActivityPub yourself and want to be compatible with Lemmy, read our [Federation overview](../federation/overview.md). ## Documentation conventions