Skip to content

Commit f482e33

Browse files
committed
doc: change git clone to use https schema
JIRA: CQ-894 risk: low
1 parent 9f25c93 commit f482e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gooddata-flexconnect/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ of building production-ready FlexConnect functions.
2626
If you are eager to get started, here is a short snippet to bootstrap a new FlexConnect project:
2727

2828
```shell
29-
git clone git@github.com:gooddata/gooddata-flexconnect-template.git my-flexconnect
29+
git clone https://github.com/gooddata/gooddata-flexconnect-template.git my-flexconnect
3030
cd my-flexconnect
3131
rm -rf .git && git init && git add . && git commit -m "Initial commit"
3232
```

0 commit comments

Comments
 (0)