Skip to content

Commit 586320e

Browse files
authored
Merge pull request #905 from lupko/renames
doc: change git clone to use https schema
2 parents 9f25c93 + f482e33 commit 586320e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gooddata-flexconnect/README.md

Lines changed: 1 addition & 1 deletion
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)