From 6ce1913d9f9abe0300f63dda4f01cb7acc8bcce1 Mon Sep 17 00:00:00 2001 From: Sven Aelterman <17446043+SvenAelterman@users.noreply.github.com> Date: Wed, 10 Jan 2024 16:50:21 -0600 Subject: [PATCH] Update manual.md (#61) Fix repo owner in git clone command --- manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.md b/manual.md index 4f9e8f5..cd46714 100644 --- a/manual.md +++ b/manual.md @@ -16,7 +16,7 @@ Perform the following steps to deploy the solution using PowerShell: - To clone the repository and work with it directly, run the following command: ```powershell - git clone https://github.com/kalalvishal/azure-redcap-paas.git + git clone https://github.com/Microsoft/azure-redcap-paas.git ``` - Open the `azure-redcap-paas` folder in VSCode