We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f25c93 commit f482e33Copy full SHA for f482e33
gooddata-flexconnect/README.md
@@ -26,7 +26,7 @@ of building production-ready FlexConnect functions.
26
If you are eager to get started, here is a short snippet to bootstrap a new FlexConnect project:
27
28
```shell
29
-git clone git@github.com:gooddata/gooddata-flexconnect-template.git my-flexconnect
+git clone https://github.com/gooddata/gooddata-flexconnect-template.git my-flexconnect
30
cd my-flexconnect
31
rm -rf .git && git init && git add . && git commit -m "Initial commit"
32
```
0 commit comments