From 9217768cfa8dc27c61e7a064b74b51c7b15150a6 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 3 Jan 2022 10:53:06 -0500 Subject: [PATCH] Fixing broken links. Fixes #115 --- src/en/SUMMARY.md | 1 + src/en/federation/overview.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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