From f1017ad37827de15622b58e5d76f235d5da70a71 Mon Sep 17 00:00:00 2001 From: myan Date: Wed, 10 Jul 2024 11:22:20 +0800 Subject: [PATCH] fix the installtion doc Signed-off-by: myan --- docs/get_started/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get_started/installation.rst b/docs/get_started/installation.rst index 0b246ddb7d..b223fb7c65 100644 --- a/docs/get_started/installation.rst +++ b/docs/get_started/installation.rst @@ -49,7 +49,7 @@ Perform this procedure on every node in the federation. .. code-block:: console - $ git clone https://github.com/intel/openfl.git + $ git clone https://github.com/securefederatedai/openfl.git #. Install build tools, before installing |productName|: @@ -137,6 +137,6 @@ Follow this procedure to download or build a Docker\*\ image of |productName|, .. code-block:: console - $ git clone https://github.com/intel/openfl.git + $ git clone https://github.com/securefederatedai/openfl.git $ cd openfl $ docker build -f openfl-docker/Dockerfile.base .