From 0f7daa474cd7ee2db1d10aa7da957ecf6f5c9757 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 27 Apr 2023 22:32:08 +0200 Subject: [PATCH] fix links --- src/en/contributing/federation_development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/en/contributing/federation_development.md b/src/en/contributing/federation_development.md index 7fdce57..6672e28 100644 --- a/src/en/contributing/federation_development.md +++ b/src/en/contributing/federation_development.md @@ -35,8 +35,8 @@ Firefox containers are a good way to test them interacting. Note that federation is currently in alpha. **Only use it for testing**, not on any production server, and be aware that turning on federation may break your instance. -Follow the normal installation instructions, either with [Ansible](../admins/install_ansible.md) or -[manually](../admins/install_docker.md). Then replace the line `image: dessalines/lemmy:v0.x.x` in +Follow the normal installation instructions, either with [Ansible](../administration/install_ansible.md) or +[manually](../administration/install_docker.md). Then replace the line `image: dessalines/lemmy:v0.x.x` in `/lemmy/docker-compose.yml` with `image: dessalines/lemmy:federation`. Afterwards, and whenever you want to update to the latest version, run these commands on the server: