Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chong Shen Ng <[email protected]>
  • Loading branch information
Robert-Steiner and chongshenng authored Sep 24, 2024
1 parent 4dae72b commit 699b08a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/docker/tutorial-deploy-on-multiple-machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -163,8 +163,8 @@ Shut down the Flower server components and delete the SuperLink state:
$ cd <path-to-``distributed``-directory>
$ 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

0 comments on commit 699b08a

Please sign in to comment.