From 65d0f3569cfb31b5896af26333f446bfb058c47d Mon Sep 17 00:00:00 2001
From: Stefan Prodan <stefan.prodan@gmail.com>
Date: Mon, 11 Jan 2021 19:51:00 +0200
Subject: [PATCH] Fix Azure DevOps URL in docs

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
---
 docs/guides/installation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/guides/installation.md b/docs/guides/installation.md
index cc057257..015e7779 100644
--- a/docs/guides/installation.md
+++ b/docs/guides/installation.md
@@ -320,7 +320,7 @@ If you don't specify the SSH algorithm, then `flux` will generate an RSA 2048 bi
     ```sh
     flux create source git flux-system \
       --git-implementation=libgit2 \
-      --url=git@ssh.dev.azure.com/v3/org/project/repository \
+      --url=ssh://git@ssh.dev.azure.com/v3/org/project/repository \
       --branch=master \
       --interval=1m
     ```
-- 
GitLab