From 699b08ac7bd711b678b19ffa7a7f25fc5c614233 Mon Sep 17 00:00:00 2001 From: Robert Steiner Date: Tue, 24 Sep 2024 09:29:17 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Chong Shen Ng --- doc/source/docker/tutorial-deploy-on-multiple-machines.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/docker/tutorial-deploy-on-multiple-machines.rst b/doc/source/docker/tutorial-deploy-on-multiple-machines.rst index 5cc4a76a23a4..f10998b9242c 100644 --- a/doc/source/docker/tutorial-deploy-on-multiple-machines.rst +++ b/doc/source/docker/tutorial-deploy-on-multiple-machines.rst @@ -5,7 +5,7 @@ This guide will help you set up a Flower project on multiple machines using Dock You will learn how to run the Flower client and server components on two separate machines, with Flower configured to use TLS encryption and persist SuperLink state across restarts. A server consists of a SuperLink and ``SuperExec``. For more details -about the Flower architecture, refer to the :doc:Flower Architecture`../explanation-flower-architecture.rst` explainer page. +about the Flower architecture, refer to the :doc:`<../explanation-flower-architecture>` explainer page. This guide assumes you have completed the :doc:`tutorial-quickstart-docker-compose` tutorial. It is highly recommended that you follow and understand the contents of that tutorial before @@ -163,8 +163,8 @@ Shut down the Flower server components and delete the SuperLink state: $ cd $ docker compose -f server/compose.yml down -v -.. |quickstart_skearn_tabular| replace:: +.. |quickstart_sklearn_tabular| replace:: ``examples/quickstart-sklearn-tabular`` -.. _quickstart_skearn_tabular: https://github.com/adap/flower/tree/main/examples/quickstart-sklearn-tabular +.. _quickstart_sklearn_tabular: https://github.com/adap/flower/tree/main/examples/quickstart-sklearn-tabular