From eb41abf6e09d6838aa8f8801d5811f2f1e44e866 Mon Sep 17 00:00:00 2001 From: Amichai Ben-David <81047407+amichai-bd@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:45:58 +0200 Subject: [PATCH] Update git_and_github.md --- docs/TFM/projectTool/git_and_github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TFM/projectTool/git_and_github.md b/docs/TFM/projectTool/git_and_github.md index 630ec759e..501ba62d1 100644 --- a/docs/TFM/projectTool/git_and_github.md +++ b/docs/TFM/projectTool/git_and_github.md @@ -72,7 +72,7 @@ Discussions in GitHub provide a dedicated space for collaboration. They allow fo ## Simple Guide - Minimal Flow to Contribute to the Project ### Clone from Repository -- ```git clone https://github.com/amichai-bd/fpga_mafia.git``` +- ```git clone https://github.com/FPGA-MAFIA/fpga_mafia.git``` - ```cd fpga_mafia``` ### Create a New Branch