Skip to content

Commit

Permalink
doc: change git clone to use https schema
Browse files Browse the repository at this point in the history
JIRA: CQ-894
risk: low
  • Loading branch information
lupko committed Nov 18, 2024
1 parent 9f25c93 commit f482e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gooddata-flexconnect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ of building production-ready FlexConnect functions.
If you are eager to get started, here is a short snippet to bootstrap a new FlexConnect project:

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

0 comments on commit f482e33

Please sign in to comment.