From 36f8b733ed40164b05c37844a620e9ddc941688f Mon Sep 17 00:00:00 2001 From: Jean Charle Yaacoub <50300488+jyaacoub@users.noreply.github.com> Date: Thu, 13 Apr 2023 20:05:36 -0400 Subject: [PATCH] FAQ refactor - Fixed broken link to improve usability for new users This commit fixes a broken link that can cause frustration for new users, including myself when I first started. Although it's a small fix, it greatly improves the usability of the application. --- doc/source/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/faq.rst b/doc/source/faq.rst index 4c6aaae2b71c..05e2c9a5d10d 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -7,7 +7,7 @@ This page collects answers to commonly asked questions about Federated Learning Yes, it can! Flower even comes with a few under-the-hood optimizations to make it work even better on Colab. Here's a quickstart example: - * `Flower Quickstart (TensorFlow/Keras) `_ + * `Flower Quickstart (TensorFlow/Keras) `_ * Flower Quickstart (PyTorch): coming soon (the TensorFlow/Keras example can easily be changed to make it work with PyTorch) .. dropdown:: :fa:`eye,mr-1` How can I run Federated Learning on a Raspberry Pi?