Fix Azure DevOps URL in docs

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
pull/683/head
Stefan Prodan 4 years ago
parent ba522877ec
commit 65d0f3569c
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF

@ -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
```

Loading…
Cancel
Save